From 851d91b60b91865f2d6964b2981244cb523aa331 Mon Sep 17 00:00:00 2001
From: 徐旺旺 <11530253@qq.com>
Date: 星期六, 08 五月 2021 10:56:51 +0800
Subject: [PATCH] 新增图层点击弹窗开关

---
 src/api/mapUrl.js |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)

diff --git a/src/api/mapUrl.js b/src/api/mapUrl.js
index b9cb528..98b9986 100644
--- a/src/api/mapUrl.js
+++ b/src/api/mapUrl.js
@@ -30,10 +30,8 @@
 export const getCompany = $HOST + '/company/getCompany'
 
 // 绠$嚎鍒嗘瀽
-// export const findPipelineByClickPoint = $HOST + '/findPipelineByClickPoint'
 export const findPipelineByClickPoint = 'http://xearth.cn:6202' + '/findPipelineByClickPoint'
 export const findConnectedPipelines = 'http://xearth.cn:6202' + '/findConnectedPipelines'
-// export const findConnectedPipelines = $HOST + '/findConnectedPipelines'
 export const findFlowDirection = 'http://xearth.cn:6202' + '/findFlowDirection'
 export const findLeakages = 'http://xearth.cn:6202' + '/findLeakages'
 export const getCrossSection = 'http://xearth.cn:6202' + '/getCrossSection'

--
Gitblit v1.8.0