From dd3060d87943cfdd025729da5a088a0f9910f395 Mon Sep 17 00:00:00 2001 From: wangqi <magical1908@outlook.com> Date: 星期一, 29 三月 2021 11:12:51 +0800 Subject: [PATCH] Merge remote-tracking branch 'origin/develop' 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