zhanghua
2025-10-13 a128d99df306bb1ab017b7069fb0441837b3917b
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 })