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 {