管道基础大数据平台系统开发-【前端】-新系統界面
Surpriseplus
2023-01-03 1d100868d755062854671a85f677530147ebeaed
src/views/Synthesis/index.vue
@@ -141,6 +141,7 @@
    },
    //初始化菜单授权
    async getPermsMenu() {
      if (this.$store.state.currentPerms == '') {
        this.$store.state.currentPerms = '/comprehensive';
      }
@@ -150,6 +151,7 @@
      }
      var val = this.$store.state.currentPerms;
      var permsEntity = this.$store.state.permsEntity;
      debugger
      for (var i = 0; i < permsEntity.length; i++) {
        if (permsEntity[i].perms == val) {
          this.showMenuChange(permsEntity[i], permsEntity);