接口地址修改

main
userName 4 months ago
parent 935e28168b
commit 9b8b84fba6

@ -8,15 +8,6 @@ export const MAP_SERVER_CONFIG = [
show: true,
image: '/images/echartsimg/mapbottom.png',
children: [
{
id: 1,
parentId: "baseMap",
proxiedUrl: '//dev.virtualearth.net',
name: '必应地图',
type: 'BINGMAP',
state: 1,
image: '/images/baseLayer/Bing.png'
},
{
id: 2,
parentId: "baseMap",
@ -26,6 +17,15 @@ export const MAP_SERVER_CONFIG = [
state: 0,
image: '/images/baseLayer/tianditu.png'
},
{
id: 1,
parentId: "baseMap",
proxiedUrl: '//dev.virtualearth.net',
name: '必应地图',
type: 'BINGMAP',
state: 1,
image: '/images/baseLayer/Bing.png'
},
{
id: 3,
parentId: "baseMap",
@ -53,15 +53,15 @@ export const MAP_SERVER_CONFIG = [
"coverImg": "CimPlatform\\2024\\20240428\\2024042811303902190232.jpg",
"layersName": "1784425015945461760",
"dataType": "三维",
"layersUrl": "http://223.99.16.253:8090/iserver/services/3D-nfsw/rest/realspace/datas/Combine/config",
"layersUrl": "http://123.132.248.154:6045/iserver/services/3D-nfsw-2/rest/realspace/datas/Combine/config",
"name": "东蒙基地",
"parentId": "webServe",
"proxiedUrl": "http://223.99.16.253:8090/iserver/services/3D-nfsw/rest/realspace/datas/Combine/config",
"proxiedUrl": "http://123.132.248.154:6045/iserver/services/3D-nfsw-2/rest/realspace/datas/Combine/config",
"state": 0,
"sort": 0,
"type": "S3M",
"type_name": "产业园区",
"image": "http://223.99.16.253:8099/CimPlatform\\2024\\20240428\\2024042811303902190232.jpg",
"image": "http://123.132.248.154:6044/CimPlatform\\2024\\20240428\\2024042811303902190232.jpg",
"priorityScale": 13,
"opacity": 80
},
@ -78,15 +78,15 @@ export const S3MLayersArr = [
"coverImg": "CimPlatform\\2024\\20240428\\2024042811303902190232.jpg",
"layersName": "1784425015945461760",
"dataType": "三维",
"layersUrl": "http://223.99.16.253:8090/iserver/services/3D-nfsw/rest/realspace/datas/Combine/config",
"layersUrl": "http://123.132.248.154:6045/iserver/services/3D-nfsw-2/rest/realspace/datas/Combine/config",
"name": "合作社",
"parentId": "webServe",
"proxiedUrl": "http://223.99.16.253:8090/iserver/services/3D-nfsw/realspace/datas/Combine/config",
"proxiedUrl": "http://123.132.248.154:6045/iserver/services/3D-nfsw-2/realspace/datas/Combine/config",
"state": 0,
"sort": 0,
"type": "S3M",
"type_name": "产业园区",
"image": "http://223.99.16.253:8099/CimPlatform\\2024\\20240428\\2024042811303902190232.jpg",
"image": "http://123.132.248.154:6044/CimPlatform\\2024\\20240428\\2024042811303902190232.jpg",
"priorityScale": 13,
"opacity": 80
},
@ -98,15 +98,15 @@ export const S3MLayersArr = [
"coverImg": "CimPlatform\\2024\\20240428\\2024042811303902190232.jpg",
"layersName": "1784425015945461761",
"dataType": "三维",
"layersUrl": "http://223.99.16.253:8090/iserver/services/3D-nongfasanwei1/rest/realspace/datas/Combine/config",
"layersUrl": "http://123.132.248.154:6045/iserver/services/3D-nongfasanwei1-2/rest/realspace/datas/Combine/config",
"name": "东蒙基地",
"parentId": "webServe",
"proxiedUrl": "http://223.99.16.253:8090/iserver/services/3D-nongfasanwei1/rest/realspace/datas/Combine/config",
"proxiedUrl": "http://123.132.248.154:6045/iserver/services/3D-nongfasanwei1-2/rest/realspace/datas/Combine/config",
"state": 0,
"sort": 0,
"type": "S3M",
"type_name": "产业园区",
"image": "http://223.99.16.253:8099/CimPlatform\\2024\\20240428\\2024042811303902190232.jpg",
"image": "http://123.132.248.154:6044/CimPlatform\\2024\\20240428\\2024042811303902190232.jpg",
"priorityScale": 13,
"opacity": 80
}
@ -121,17 +121,17 @@ const _SUPER_MAP_KEY_DEV = "5OHXWPT-WFJD7MxwSjOloGIFPReUlmwYmCE14NOOxH6gIi-S-Tgn
const _SUPER_MAP_KEY = "";
const _BASE_API_DEV = "http://192.168.10.126:9272"
const _BASE_API = "http://221.2.83.254:8007"
const _BASE_API = "http://123.132.248.154:9246"
const _BASE_IMAGE_URL_DEV = "http://192.168.10.126:9090"
const _BASE_IMAGE_URL= "http://223.99.16.253:8099"
const _BASE_IMAGE_URL= "http://123.132.248.154:6044"
const DEBUG = false
export const SERVE_URL = "http://223.99.16.253:8099/"
export const SERVE_URL = "http://123.132.248.154:6044/"
export const BASE_API = DEBUG ? _BASE_API_DEV : _BASE_API
export const BASE_IMAGE_URL = DEBUG ? _BASE_IMAGE_URL_DEV : _BASE_IMAGE_URL

Loading…
Cancel
Save