From dabe6f1b9544223604ce533edfa1710c415a8121 Mon Sep 17 00:00:00 2001 From: 陈泽平 <qibolin02429@126.com> Date: 星期五, 14 五月 2021 16:26:05 +0800 Subject: [PATCH] Merge branch 'develop' of http://xearth.cn:6600/r/wuyushui/SewerAndRainNetwork into develop --- src/views/popup/Popup.vue | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/views/popup/Popup.vue b/src/views/popup/Popup.vue index d29196c..a3c7836 100644 --- a/src/views/popup/Popup.vue +++ b/src/views/popup/Popup.vue @@ -42,7 +42,7 @@ obj[this.props[key]] = content[key] } } - console.log(obj) + // console.log(obj) return obj }, setDatas (layer) { -- Gitblit v1.8.0