From 62b3853762b4f3a802d77bab73a6af38bbd2fe1f Mon Sep 17 00:00:00 2001 From: 徐旺旺 <11530253@qq.com> Date: 星期二, 20 四月 2021 12:27:23 +0800 Subject: [PATCH] 图层控制BUG --- src/components/LayerController/logic/WasteSolid.js | 2 -- 1 files changed, 0 insertions(+), 2 deletions(-) diff --git a/src/components/LayerController/logic/WasteSolid.js b/src/components/LayerController/logic/WasteSolid.js index 977eaac..b0866e7 100644 --- a/src/components/LayerController/logic/WasteSolid.js +++ b/src/components/LayerController/logic/WasteSolid.js @@ -73,8 +73,6 @@ const title = e.layer.options.totransferData.Name /* flyTo()寮瑰嚭妗嗗钩绉讳簨浠� */ this.setPanTo(e.latlng, 300) - - // console.log(e.layer.options.totransferData.StoragePlaceId) window.$layer.open({ content: { content: WasteSolidIndex, // 缁勪欢 -- Gitblit v1.8.0