派生自 wuyushui/SewerAndRainNetwork

YANGDL
2021-03-03 41af42c7d30e9604f78c2973c39d0ff5e9e46ed1
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 = {}