zhanghua
2025-10-20 e95b21a03fe9dfc35326c99890a685c53cd36fbc
src/layout/index.vue
@@ -14,7 +14,6 @@
<script>
import { Navbar, Sidebar, AppMain } from './components'
import ResizeMixin from './mixin/ResizeHandler'
export default {
  name: 'Layout',
  components: {
@@ -42,6 +41,9 @@
      }
    }
  },
  mounted() {
  },
  methods: {
    handleClickOutside() {
      this.$store.dispatch('app/closeSideBar', { withoutAnimation: false })