From bd59f31b6d5d1de02edc3a454931303753cf9f43 Mon Sep 17 00:00:00 2001 From: chenzeping <ChenZeping02609@163.com> Date: 星期四, 01 四月 2021 09:24:35 +0800 Subject: [PATCH] 弹框点击信息修改 --- src/components/LayerController/logic/WasteGas.js | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/LayerController/logic/WasteGas.js b/src/components/LayerController/logic/WasteGas.js index 9f99756..99fee38 100644 --- a/src/components/LayerController/logic/WasteGas.js +++ b/src/components/LayerController/logic/WasteGas.js @@ -24,7 +24,7 @@ }) const res = await mapApi.GetWasteGas() const data = res.Result.DataInfo || {} - console.log(data) + // console.log(data) for (let i = 0; i < data.length; i++) { // 缁忕含搴� 浣嶇疆 const positionX = data[i].Latitude @@ -37,7 +37,7 @@ test: data[i], icon: L.icon({ iconUrl: iconUrl, - iconSize: [20, 20], + iconSize: [50, 50], iconAnchor: [25, 25] }) }) -- Gitblit v1.8.0