派生自 wuyushui/SewerAndRainNetwork

徐旺旺
2021-03-02 d1a750f93f111a6c1ef01a6ce7531d6738bb5b30
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 = {}