src/components/LayerController/logic/WasteGas.js
@@ -26,6 +26,7 @@ emissTypeId: '' }, function (res) { const data = res.data.Result.DataInfo // console.log(data) for (let i = 0; i < data.length; i++) { // 经纬度 位置 const positionX = data[i].Latitude @@ -36,6 +37,7 @@ } this.bindTooltip = (layer) => { console.log(layer) return '测试废气' }