月球大数据地理空间分析展示平台-【前端】-月球2期前端
Surpriseplus
2023-07-18 12d6cdda86f1801793c58c7693bf4664e7826ecd
src/store/index.ts
@@ -16,6 +16,8 @@
      count: 0,
      obj: null,
    },
    chekNowLayers: [],
    exportImgUrl: "",
  },
  mutations: {
    //获取登录Code
@@ -32,6 +34,9 @@
      state.token = token;
      setToken(token);
    },
    SET_CHECKLAYER(state, layers) {
      state.chekNowLayers = layers;
    },
  },
  actions: {},
  modules: {},