src/components/LayerController/service/BusiLayerService.js
@@ -25,9 +25,7 @@ } // 调用click事件 if (busiLayer.clickListener) { layer.on('click', function (e) { console.log(layer) }) layer.on('click', busiLayer.clickListener) } layer.addTo(this.map) }