From 71f75cd55d11dda80118c0c3e278a8c531d98dc5 Mon Sep 17 00:00:00 2001
From: chenyabin <Chenab123!>
Date: 星期一, 19 四月 2021 14:05:24 +0800
Subject: [PATCH] 添加 附属设施弹框。

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

diff --git a/src/components/LayerController/logic/WasteGas.js b/src/components/LayerController/logic/WasteGas.js
index bb5e353..022588c 100644
--- a/src/components/LayerController/logic/WasteGas.js
+++ b/src/components/LayerController/logic/WasteGas.js
@@ -87,7 +87,8 @@
     instance.$mount()
     document.body.appendChild(instance.$el)
     instance.setGasData(e.layer.options.test, result.Result.DataInfo, Mondata.Result.DataInfo, ManualData.Result.DataInfo, 'feiqi')
-    this.setPanTo(e.latlng, 80)
+    this.setPanTo(e.latlng, 150)
+    console.log(e.latlng)
   }
   // 涓嶅悓绫诲瀷鍥剧墖鍔犺浇
   this.differentTypes = (ContrLevel) => {

--
Gitblit v1.8.0