From b08454514a15dd66c33ce7ec54da48825545ddde Mon Sep 17 00:00:00 2001 From: 徐旺旺 <11530253@qq.com> Date: 星期一, 04 一月 2021 18:10:48 +0800 Subject: [PATCH] 新增选项 --- src/conf/MapConfig.js | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/conf/MapConfig.js b/src/conf/MapConfig.js index 5bd5ccd..98a0880 100644 --- a/src/conf/MapConfig.js +++ b/src/conf/MapConfig.js @@ -12,7 +12,7 @@ // service涓绘満閰嶇疆 const APP_GIS_HOST = 'http://xearth.cn:6299' -const APP_GIS_HOST_PIPELINE = 'http://xearth.cn:6289' +const APP_GIS_HOST_PIPELINE = 'http://xearth.cn:6288' // 鑷畾涔変富鏈洪厤缃� const BLUEMAP_HOST = APP_GIS_HOST // 鍏徃鍙戝竷鐨勫湴鍥炬湇鍔★紝鐢ㄤ簬娴嬭瘯鐨勫湴鍧� @@ -218,7 +218,7 @@ icon_actived: '', icon_deactived: '', type:'wms', - url: APP_GIS_HOST_PIPELINE + '/server/ogcserver/PipeLine/wms?version=1.1.1', + url: APP_GIS_HOST_PIPELINE + '/server/ogcserver/PipeLineTest/wms?version=1.1.1', inLegend: true, checked: true, option:{ -- Gitblit v1.8.0