管道基础大数据平台系统开发-【前端】-新系統界面
Surpriseplus
2023-03-24 c42e12bcc0877678cf09438b7a6bfb9ccd7342fa
src/store/index.js
@@ -37,20 +37,41 @@
    mapMenuBoxFlag: null,
    mapSpaceQueryLayer: null,
    mapMenuShpFile: null,
    propertiesFlag: null,
    propertiesName: null,
    propertiesInfo: null,
    pickUpPointInfo: null,
    //主题切换
    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: [],
    Map3: [],
    histogramLayer: [],
    attachModel: false,
    attachinfo: null,
    catModel: false,
    catModelInfo: null,
    showPopBoxFlag: false,
    pickoption: null,
    previewLayer: null,
    histLenged: false,
  },
  mutations: {
    //获取权限合集
@@ -143,7 +164,7 @@
        login(data)
          .then((response) => {
            const data = response;
            if (data.code !== 200) {
              resolve(data);
              return