From cd66cc40d94e0f0845334fd15690cb93c7d50ad1 Mon Sep 17 00:00:00 2001 From: 徐旺旺 <11530253@qq.com> Date: 星期二, 29 十二月 2020 11:13:49 +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