zhanghua
2025-08-04 b4668a820cb11703613c59d6529898e230be0b28
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 })