From 3bc191973a0a67cbc8c0d77d92ea1a807555aa6a Mon Sep 17 00:00:00 2001
From: zhangshuaibao <15731629597@163.com>
Date: 星期四, 08 四月 2021 17:52:39 +0800
Subject: [PATCH] Merge branch 'develop' of http://xearth.cn:6600/r/wuyushui/SewerAndRainNetwork into develop

---
 src/components/LayerController/logic/WasteGas.js |   14 ++++++++++++--
 1 files changed, 12 insertions(+), 2 deletions(-)

diff --git a/src/components/LayerController/logic/WasteGas.js b/src/components/LayerController/logic/WasteGas.js
index 2ac1651..7db2156 100644
--- a/src/components/LayerController/logic/WasteGas.js
+++ b/src/components/LayerController/logic/WasteGas.js
@@ -40,8 +40,8 @@
         test: data[i],
         icon: L.icon({
           iconUrl: iconUrl,
-          iconSize: [20, 20],
-          iconAnchor: [10, 10]
+          iconSize: [30, 38],
+          iconAnchor: [15, 19]
         })
       })
       layer.addLayer(marker)
@@ -59,6 +59,16 @@
     const dataValue = {
       StoragePlaceId: e.layer.options.test.StoragePlaceId
     }
+    // const GasOnlinedata = {
+    //   onLineMonEmissPointId: 23,
+    //   monItemId: 28,
+    //   emissTypeld: 2,
+    //   beginTime: 2020/0o4/0o6 15:13:20,
+    //   endTime=2020/0o4/0o7;15:13:20,
+    //   dataType:1
+    // }
+    // const Mondata = await mapApi.getWasteGasMonData(GasOnlinedata)
+    // console.log(Mondata)
     const result = await mapApi.getWasteGasDetails(dataValue)
     // console.log(result.Result.DataInfo)
     const PublicBounced = window.Vue.extend(publicBounced)

--
Gitblit v1.8.0