From f7b244103e748e051537cf4b46e875acaf56c450 Mon Sep 17 00:00:00 2001 From: 徐旺旺 <11530253@qq.com> Date: 星期三, 19 五月 2021 16:03:22 +0800 Subject: [PATCH] 重封装定位js --- src/conf/Constants.js | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/src/conf/Constants.js b/src/conf/Constants.js index 2b89144..d538129 100644 --- a/src/conf/Constants.js +++ b/src/conf/Constants.js @@ -2,6 +2,8 @@ // export const PIPELINE_WMS = 'http://xearth.cn:6240/geoserver/sewer/wms' export const WMS_URL = 'http://10.238.235.179:6240/geoserver/sewer/wms' export const WFS_URL = 'http://10.238.235.179:6240/geoserver/sewer/ows?service=WFS' +// export const WMS_URL = 'http://xearth.cn:6240/geoserver/sewer/wms' +// export const WFS_URL = 'http://xearth.cn:6240/geoserver/sewer/ows?service=WFS' export const GEOM_TYPE = { POINT: 'point', -- Gitblit v1.8.0