派生自 wuyushui/SewerAndRainNetwork

徐旺旺
2021-05-13 f0cfb0ed35b9001b4b8f766636fd17ab31e911b8
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)