From bd2bb680010b44b3d23ff0a5c5ace9cb3732cc89 Mon Sep 17 00:00:00 2001
From: zhanghua <314079846@qq.com>
Date: 星期一, 20 十月 2025 15:29:49 +0800
Subject: [PATCH] Merge branch 'master' of http://42.193.1.25:9521/r/dream_web
---
src/layout/index.vue | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
diff --git a/src/layout/index.vue b/src/layout/index.vue
index db22a7b..ab4bda9 100644
--- a/src/layout/index.vue
+++ b/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 })
--
Gitblit v1.8.0