From 4a24f547e1da215d25a88e2e0d79d20e013847c1 Mon Sep 17 00:00:00 2001 From: 徐旺旺 <11530253@qq.com> Date: 星期三, 31 三月 2021 15:39:11 +0800 Subject: [PATCH] 图层配置 --- src/components/BaseNav/SolidWaste/SolidWaste.js | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/components/BaseNav/SolidWaste/SolidWaste.js b/src/components/BaseNav/SolidWaste/SolidWaste.js index 85f3235..7cedfa6 100644 --- a/src/components/BaseNav/SolidWaste/SolidWaste.js +++ b/src/components/BaseNav/SolidWaste/SolidWaste.js @@ -69,7 +69,7 @@ // this.map.panTo([e.target.getLatLng().lat, e.target.getLatLng().lng], 100) this.setPanTo(e.target.getLatLng(), 250) this.EffectOfPulse(e.target.getLatLng()) - this.SolidWastePopup.setData(data[i], 'gufei') + // this.SolidWastePopup.setData(data[i], 'gufei') return this.SolidWastePopup.$el } catch (error) { console.log(error) -- Gitblit v1.8.0