管道基础大数据平台系统开发-【前端】-新系統界面
Surpriseplus
2023-03-18 4c634c5542c4d61f33c98bc4756aca6e195ac6d2
src/store/index.js
@@ -37,6 +37,10 @@
    mapMenuBoxFlag: null,
    mapSpaceQueryLayer: null,
    mapMenuShpFile: null,
    propertiesFlag: null,
    propertiesName: null,
    propertiesInfo: null,
    pickUpPointInfo: null,
    //主题切换
    theme: variables.theme,
@@ -52,9 +56,21 @@
    pipelineEntity: [],
    reporturl: null,
    layerMnage: false,
    themeflag:false,
    themeflag: false,
    language: true,
    isNaviget:false,
    isNaviget: false,
    treeData: null,
    checkedKeys: [],
    queryInfo: [],
    Map3: [],
    histogramLayer: [],
    attachModel: false,
    attachinfo: null,
    catModel: false,
    catModelInfo: null,
    showPopBoxFlag: false,
    pickoption: null,
    previewLayer: null
  },
  mutations: {
    //获取权限合集
@@ -168,7 +184,7 @@
          });
      });
    },
    setCookies(res) {
    setCookies(res) {
      var value = localStorage.getItem('LFToken');
      if (value != null) {
        this.rmCookies();