From cad0535f3fb14ff09db99ec43169da3aa33b83f2 Mon Sep 17 00:00:00 2001 From: chenyibo <p-honggang.li@pcitc.com> Date: 星期二, 30 三月 2021 16:06:08 +0800 Subject: [PATCH] 1.新增登录界面 --- src/conf/MapConfig.js | 5 +++-- 1 files changed, 3 insertions(+), 2 deletions(-) diff --git a/src/conf/MapConfig.js b/src/conf/MapConfig.js index 8e502d3..e01a715 100644 --- a/src/conf/MapConfig.js +++ b/src/conf/MapConfig.js @@ -1,6 +1,7 @@ 锘縤mport * as L from 'leaflet' import TDT from './TDT' import { LayerSewersLine, LayerSewersPoint } from './LayerSewers' +import { LayerWasteWater } from './LayerWasteWater' const curWwwPath = window.document.location.href const pathname = window.document.location.pathname const pos = curWwwPath.indexOf(pathname) @@ -8,7 +9,7 @@ // service涓绘満閰嶇疆 // const APP_GIS_HOST = 'http://xearth.cn:6299' -const APP_GIS_HOST = 'http://xearth.cn:6289' +const APP_GIS_HOST = 'http://xearth.cn:8088' // 鑷畾涔変富鏈洪厤缃� const BLUEMAP_HOST = APP_GIS_HOST // 鍏徃鍙戝竷鐨勫湴鍥炬湇鍔★紝鐢ㄤ簬娴嬭瘯鐨勫湴鍧� @@ -37,7 +38,7 @@ // defaultBasemapCode: 'tianditu_img', // 榛樿鏄剧ず 鍦板浘绫诲瀷 IntranetBaseMaps: TDT.intranet, InternetBaseMaps: TDT.internet, - Layers: { LayerSewersLine: [LayerSewersLine], layerSewersPoint: LayerSewersPoint } // 姹¢洦姘村浘灞傞厤缃� + Layers: { LayerSewersLine: [LayerSewersLine, LayerWasteWater], layerSewersPoint: LayerSewersPoint } // 姹¢洦姘村浘灞傞厤缃� } /** -- Gitblit v1.8.0