管道基础大数据平台系统开发-【前端】-新系統界面
1
Surpriseplus
2023-02-16 a92fa5ec4d415ccc42f8c3b7eae7d07cc8418889
src/store/index.js
@@ -42,15 +42,22 @@
    theme: variables.theme,
    //登录用户名
    uname: null,
    unid: null,
    //项目管理
    projeOl: null,
    download: false,
    showAllLayers: true,
    primitLayer:null,
    loading:false,
    pipelineEntity:[],
    reporturl:null,
   layerMnage:false,
    primitLayer: null,
    loading: false,
    pipelineEntity: [],
    reporturl: null,
    layerMnage: false,
    themeflag: false,
    language: true,
    isNaviget: false,
    treeData: null,
    checkedKeys: [],
    queryInfo:[],
  },
  mutations: {
    //获取权限合集
@@ -143,7 +150,7 @@
        login(data)
          .then((response) => {
            const data = response;
            if (data.code !== 200) {
              resolve(data);
              return