管道基础大数据平台系统开发-【前端】-新系統界面
1
Surpriseplus
2023-02-01 dda0e6f581e8c2b116f2eae53756d80215d6e5e0
src/components/navMenu.vue
@@ -186,11 +186,10 @@
      }
    },
    setLiClick(res, index) {
      setTimeout(() => {
        this.changeliSelect = res.cnName;
        if (res.url.indexOf('http') != -1) {
          if (this.$store.reporturl == null) {
          if (location.href.indexOf('/WareInspection') == -1) {
            this.$store.reporturl = res.url;
            this.$router.push('/WareInspection');
          } else {
@@ -221,10 +220,10 @@
          that.setMenuTree(menuLists);
        } else {
             this.$message({
              message: '暂无菜单栏数据',
              type: 'warning'
            });
          this.$message({
            message: '暂无菜单栏数据',
            type: 'warning'
          });
        }
      }
    },
@@ -266,10 +265,10 @@
          return father.pid == 1; // 返回一级菜单
        });
      } else {
          this.$message({
              message: '暂无菜单栏数据',
              type: 'warning'
            });
        this.$message({
          message: '暂无菜单栏数据',
          type: 'warning'
        });
      }
    },
    logOut() {