派生自 wuyushui/SewerAndRainNetwork

chenyabin
2021-05-13 097581b136c5889c71c07fb6f17d2f2885ce5a78
src/components/LayerController/event/EventHandler.js
@@ -5,6 +5,7 @@
    this.mapClickForLayers = {}
    window.map.on('click', (e) => {
      console.log(e)
      for (var k in this.mapClickForLayers) {
        const func = this.mapClickForLayers[k]
        console.log(func)