From 3b0fe9c39556c67ce0b13e3f3debf4046d2a38ab Mon Sep 17 00:00:00 2001
From: 徐旺旺 <11530253@qq.com>
Date: 星期五, 16 四月 2021 17:27:31 +0800
Subject: [PATCH] 去掉最大化

---
 src/conf/Constants.js |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/conf/Constants.js b/src/conf/Constants.js
index d4c087e..2b25457 100644
--- a/src/conf/Constants.js
+++ b/src/conf/Constants.js
@@ -4,12 +4,12 @@
   POLYGON: 'polygon'
 }
 
-export const PIPELINE_WFS = 'http://xearth.cn:8088/server/ogcserver/PipeLine2/wfs'
+export const PIPELINE_WFS = 'http://xearth.cn:8088/server/ogcserver/PipeLine/wfs'
 
 export const logicMapper = {
   wasteGasPfk: 'WasteGas.js',
   wasteWaterPfk: 'WasteWater.js',
-  wasteSolidCcd: 'SolidWaste.js',
+  wasteSolidCcd: 'WasteSolid.js',
   sewersAreaGs: 'Company.js',
   pipesegment: 'PipeLineAnimal.js'
 }

--
Gitblit v1.8.0