From 44280203af25006efc4b8939b4fc01477041e9b8 Mon Sep 17 00:00:00 2001 From: wangrui <zephyrs0894@163.com> Date: 星期六, 19 十二月 2020 01:01:47 +0800 Subject: [PATCH] 重构基础图层加载的代码 --- src/store/index.js | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/src/store/index.js b/src/store/index.js index dad3e82..11ade1d 100644 --- a/src/store/index.js +++ b/src/store/index.js @@ -6,6 +6,8 @@ export default new Vuex.Store({ state: { + currentCorp: null, + currentCorpType: null, L: null, map: null, // 瀹炰緥鍖栫殑map layerHelper: {}, // 鍥惧眰鎺у埗鍣ㄥ疄鐜板姪鎵嬬▼搴� -- Gitblit v1.8.0