From 181c63668c5d81002fa2dd4f5312318cf81f2180 Mon Sep 17 00:00:00 2001 From: chenzeping <ChenZeping02609@163.com> Date: 星期一, 29 三月 2021 15:50:44 +0800 Subject: [PATCH] Merge branch 'develop' of http://xearth.cn:6600/r/wuyushui/SewerAndRainNetwork into develop --- src/components/flueGas/flueGas.js | 5 +++-- 1 files changed, 3 insertions(+), 2 deletions(-) diff --git a/src/components/flueGas/flueGas.js b/src/components/flueGas/flueGas.js index 6ea7391..e192167 100644 --- a/src/components/flueGas/flueGas.js +++ b/src/components/flueGas/flueGas.js @@ -73,9 +73,10 @@ // 鐐瑰嚮 浜嬩欢 marker.on('click', (e) => { try { - console.log(e) + // console.log(e) this.EffectOfPulse(e.target.getLatLng()) this.FlueGasPopup.setData(data[i]) + // this.FlueGasPopup.setData(data[i]) return this.FlueGasPopup.$el } catch (error) { console.log(error) @@ -117,7 +118,7 @@ // 鑴夊啿鏁堟灉璁剧疆瀹炵幇 EffectOfPulse (position, markers, layerGroup) { // // 鍖哄垎鐩存帴鎵ц 鍜屽垽鏂墽琛岀殑涓嶅悓鍖哄埆 - let differentColor = '' + var differentColor = '' if (markers) { differentColor = '#ff0000' } else { -- Gitblit v1.8.0