doum
2026-03-06 34fe52caba63e6a6337cb9c3e6bd0d4707fd6a99
admin/src/main.js
@@ -96,7 +96,7 @@
              }
            })
            if (this.$route.query && this.$route.query.menuparams) {
              let menu = topList.filter(item => item.params === this.$route.query.menuparams)
            const menu = topList.filter(item => item.params === this.$route.query.menuparams)
              this.setTopMenuCurrent(menu[0])
              this.setCurrentIndex(topList.findIndex(obj => obj.params === this.$route.query.menuparams))
            } else {