From c21bf35f523ee1430fc5fa02ab1b4171492009b6 Mon Sep 17 00:00:00 2001
From: wente <329538422@qq.com>
Date: 星期五, 12 一月 2024 17:12:30 +0800
Subject: [PATCH] 项目表

---
 web/src/views/layout/main-sidebar.vue |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/web/src/views/layout/main-sidebar.vue b/web/src/views/layout/main-sidebar.vue
index 73b2c77..9861ba8 100644
--- a/web/src/views/layout/main-sidebar.vue
+++ b/web/src/views/layout/main-sidebar.vue
@@ -66,7 +66,9 @@
       console.log('watch flag')
       if(this.flag) {
         this.menuData = window.SITE_CONFIG['menuList']
+        console.log('watch flag2')
         setTimeout(()=>{
+          console.log('watch flag3')
           this.defaultOpeneds()
         },50)
       }
@@ -213,6 +215,7 @@
           this.$refs.mainNavbar.refresh()
         }
         this.$nextTick(() => {
+          console.log(route.meta.params,"route.meta.params")
           this.$router.push({name: route.name, query: route.meta.params, params: route.meta.params})
         })
       }

--
Gitblit v1.9.1