From fe75531a7d0af1882f30f34c25cd26514d1e2df0 Mon Sep 17 00:00:00 2001
From: zhangshuaibao <15731629597@163.com>
Date: 星期五, 09 四月 2021 10:25:26 +0800
Subject: [PATCH] Merge branch 'develop' of http://xearth.cn:6600/r/wuyushui/SewerAndRainNetwork into develop
---
src/components/BaseNav/WireSurface/index.js | 45 ++++++++++++++++++++++-----------------------
1 files changed, 22 insertions(+), 23 deletions(-)
diff --git a/src/components/BaseNav/WireSurface/index.js b/src/components/BaseNav/WireSurface/index.js
index 6d04ade..3021c37 100644
--- a/src/components/BaseNav/WireSurface/index.js
+++ b/src/components/BaseNav/WireSurface/index.js
@@ -1,23 +1,22 @@
-
-// 寮曞叆鐢ㄤ簬澶勭悊鎺ュ彛鏁版嵁鑾峰彇鐨勬柟娉�
-import { getDataInitWireSurface } from '@src/api/request'
-
-class initWireSurface {
- constructor (options) {
- this.map = options.map
- this.L = window.L
- this.initWireSurfaceMap = new Map()
- this.initWireSurfacePopup = this.L.layerGroup().addTo(this.map)
- }
-
- // 鑾峰彇椤甸潰绾�/闈㈡暟鎹�
- getDataInitWireSurface () {
- getDataInitWireSurface().then(res => {
- console.log(res)
- }).catch(error => {
- console.log(error)
- })
- }
-}
-
-export default initWireSurface
+// // 寮曞叆鐢ㄤ簬澶勭悊鎺ュ彛鏁版嵁鑾峰彇鐨勬柟娉�
+// import {} from '@src/api/request'
+//
+// class initWireSurface {
+// constructor (options) {
+// this.map = options.map
+// this.L = window.L
+// this.initWireSurfaceMap = new Map()
+// this.initWireSurfacePopup = this.L.layerGroup().addTo(this.map)
+// }
+//
+// // 鑾峰彇椤甸潰绾�/闈㈡暟鎹�
+// getDataInitWireSurface () {
+// ().then(res => {
+// console.log(res)
+// }).catch(error => {
+// console.log(error)
+// })
+// }
+// }
+//
+// export default initWireSurface
--
Gitblit v1.8.0