月球大数据地理空间分析展示平台-【前端】-月球2期前端
Surpriseplus
2023-08-28 6f2fb62fe828bdd74b0cd59b9cbdf6c83559c1b4
src/store/index.ts
@@ -1,5 +1,6 @@
import { createStore } from "vuex";
import { setToken } from "@/utils/auth";
import { fa } from "element-plus/es/locale";
export default createStore({
  state: {
    loginCode: "",
@@ -13,7 +14,21 @@
      wkt: null,
      hasGeom: null,
      filter: null,
      count: 0,
      obj: null,
    },
    chekNowLayers: [],
    exportImgUrl: "",
    tab: null,
    doubleMap: false,
    doubleMenu: false,
    details: {
      gid: null,
      tab: null,
      showDetails: false,
    },
    restLayer: false,
    isShowMap: true,
  },
  mutations: {
    //获取登录Code
@@ -30,6 +45,9 @@
      state.token = token;
      setToken(token);
    },
    SET_CHECKLAYER(state, layers) {
      state.chekNowLayers = layers;
    },
  },
  actions: {},
  modules: {},