|
@@ -1,6 +1,6 @@
|
|
|
(function (window) {
|
|
|
- const landsiteai_base_url = '/landsiteai'
|
|
|
- // const landsiteai_base_url = 'http://localhost:8521'
|
|
|
+ // const landsiteai_base_url = '/landsiteai'
|
|
|
+ const landsiteai_base_url = 'http://localhost:8521'
|
|
|
window.ApplicationConfig = {
|
|
|
serverURL: "/server",
|
|
|
// ===================== 订阅与推送服务 (8511) =====================
|
|
@@ -27,9 +27,6 @@
|
|
|
landuseAiUrl: 'http://ai.zjugis.com:8510/#/assistant', // 土地利用AI助手
|
|
|
aiUrl: 'http://ai.zjugis.com:8510/#/ai', // AI服务
|
|
|
zizsUrl: 'http://ai.zjugis.com:8510/#/ai-assistant', // 智能助手
|
|
|
- gdUrl: 'http://60.191.110.204:6080/arcgis/rest/services/sde/ZPGGD/MapServer', // 供地地图服务
|
|
|
- landUrl: 'http://60.191.110.204:6080/arcgis/rest/services/sde/ecgap_klyzy/MapServer', // 耕地利用状况地图
|
|
|
- xzqUrl: 'http://60.191.110.204:6080/arcgis/rest/services/sde/ZJXZQ/MapServer', // 行政区地图
|
|
|
|
|
|
// ===================== 本地/代理服务 =====================
|
|
|
geoserverUrl: '/geoserver-host/geoserver/nrllm/ows', // geoserver代理
|