派生自 wuyushui/SewerAndRainNetwork

chenyabin
2021-05-13 4a80ef5544ff210d9e0aaa4cb1eaf3dba8c39645
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)