From 668e3a93b37b5829009ff0ff1b96b57f6fd5e05d Mon Sep 17 00:00:00 2001 From: wangqi <magical1908@outlook.com> Date: 星期三, 14 四月 2021 10:11:29 +0800 Subject: [PATCH] 開始結束時間 --- src/conf/layers/LayerPk.js | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/conf/layers/LayerPk.js b/src/conf/layers/LayerPk.js index 62bbee9..1975cf8 100644 --- a/src/conf/layers/LayerPk.js +++ b/src/conf/layers/LayerPk.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 LayerPk = { code: 'sewersPk', name: '鎺掑彛', -- Gitblit v1.8.0