From 92230b628efc92953e3112c6a7e886f46dbadb35 Mon Sep 17 00:00:00 2001 From: chenyabin <Chenab123!> Date: 星期四, 20 五月 2021 09:16:31 +0800 Subject: [PATCH] 处置信息弹框关闭 --- 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