管道基础大数据平台系统开发-【前端】-新系統界面
surprise
2024-05-09 e897fc3d35f8e5dfa56d5f0c80a655ccf99202cf
src/components/navMenu copy.vue
@@ -174,7 +174,10 @@
          that.setMenuTree(menuLists);
        } else {
          alert('暂无菜单栏数据');
             this.$message({
              message: '暂无菜单栏数据',
              type: 'warning'
            });
        }
      }
    },
@@ -212,7 +215,10 @@
          return father.pid == 1; // 返回一级菜单
        });
      } else {
        alert('暂无菜单栏数据');
         this.$message({
              message: '暂无菜单栏数据',
              type: 'warning'
            });
      }
    },
    logOut() {