From 0a273cb065667c4081fc56a3b212058d1557e91d Mon Sep 17 00:00:00 2001 From: 徐旺旺 <11530253@qq.com> Date: 星期三, 14 四月 2021 09:55:06 +0800 Subject: [PATCH] 统一服务地址 --- src/conf/layers/LayerBasin.js | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/conf/layers/LayerBasin.js b/src/conf/layers/LayerBasin.js index 6e8a0cc..6d66dbc 100644 --- a/src/conf/layers/LayerBasin.js +++ b/src/conf/layers/LayerBasin.js @@ -1,8 +1,8 @@ /** * 娴佸煙 */ -const APP_GIS_HOST_2 = 'http://xearth.cn:8088' -const WFS_URL = APP_GIS_HOST_2 + '/server/ogcserver/PipeLine/wfs' +import MapConfig from '../../conf/MapConfig' +const WFS_URL = MapConfig.PIPELINE_WFS export const LayerBasin = { code: 'sewersBasin', name: '鍖哄煙鍥惧眰', -- Gitblit v1.8.0