jinlin
2024-02-23 1772fc5e211f9e9e0ab4cdc6c29b436aac178c2a
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})
        })
      }