From d9b1333d9c1749d9d81e7b6f8506abc14b6f164c Mon Sep 17 00:00:00 2001
From: YANGDL <114714267@qq.com>
Date: 星期二, 02 三月 2021 18:17:12 +0800
Subject: [PATCH] Merge remote-tracking branch 'origin/master'

---
 src/store/modules/map.js |    7 +++++++
 1 files changed, 7 insertions(+), 0 deletions(-)

diff --git a/src/store/modules/map.js b/src/store/modules/map.js
index 6016809..341fb4b 100644
--- a/src/store/modules/map.js
+++ b/src/store/modules/map.js
@@ -18,6 +18,10 @@
   datas: {
     sewers: []
   },
+  topic: {
+    currentTopic: '',
+    topicCheckedList: []
+  },
   config: config,
   serviceLayers: config.mapConfig.Layers
 }
@@ -49,6 +53,9 @@
   },
   toggleServiceLayerFilter (state) {
     state.showServiceLayerFilter = !state.showServiceLayerFilter
+  },
+  setTopic (state, obj) {
+    state.topic.topicCheckedList = obj
   }
 }
 const actions = {}

--
Gitblit v1.8.0