From dd48001d9793e5d338d38feebee5fc44e1296005 Mon Sep 17 00:00:00 2001 From: chenzeping <ChenZeping02609@163.com> Date: 星期三, 31 三月 2021 15:33:24 +0800 Subject: [PATCH] 公共弹框修改 固废内容修改 --- src/components/LayerController/logic/WasteGas.js | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/components/LayerController/logic/WasteGas.js b/src/components/LayerController/logic/WasteGas.js index 2744f36..9d55c42 100644 --- a/src/components/LayerController/logic/WasteGas.js +++ b/src/components/LayerController/logic/WasteGas.js @@ -28,9 +28,9 @@ const data = res.data.Result.DataInfo for (let i = 0; i < data.length; i++) { // 缁忕含搴� 浣嶇疆 - const positionX = data[i].Latitude - const positionY = data[i].Longitude - layer.addLayer(L.marker([positionX, positionY], {})) + // const positionX = data[i].Latitude + // const positionY = data[i].Longitude + // layer.addLayer(L.marker([positionX, positionY], {})) } }) } -- Gitblit v1.8.0