xiejun
2023-12-06 08a7b7b2bdc4c61267642da6fdd34d0c46a43546
Source/UBCS-WEB/src/page/index/index.vue
@@ -98,7 +98,6 @@
      openMenu(item = {}) {
        this.$store.dispatch("GetMenu", item.id).then(data => {
          if (data.length !== 0) {
            debugger;
            this.$router.$avueRouter.formatRoutes(data, true);
          }
          //当点击顶部菜单后默认打开第一个菜单