From 7b4d8a5ee0cae50a5f473e3765ba84f28fe8ba4b Mon Sep 17 00:00:00 2001
From: zhangshuaibao <15731629597@163.com>
Date: 星期一, 29 三月 2021 11:27:54 +0800
Subject: [PATCH] Merge branch 'develop' of http://xearth.cn:6600/r/wuyushui/SewerAndRainNetwork into develop

---
 src/components/BaseNav/WireSurface/index.js |   22 ++++++++++++++++++++++
 1 files changed, 22 insertions(+), 0 deletions(-)

diff --git a/src/components/BaseNav/WireSurface/index.js b/src/components/BaseNav/WireSurface/index.js
new file mode 100644
index 0000000..3021c37
--- /dev/null
+++ b/src/components/BaseNav/WireSurface/index.js
@@ -0,0 +1,22 @@
+// // 寮曞叆鐢ㄤ簬澶勭悊鎺ュ彛鏁版嵁鑾峰彇鐨勬柟娉�
+// 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