Commit 9452f81c authored by lihonglin's avatar lihonglin

feat: 地图库版本更新

parent ff2b582c
Pipeline #48481 skipped with stages
...@@ -17,24 +17,24 @@ module.exports = { ...@@ -17,24 +17,24 @@ module.exports = {
'/PandaOMS': '/PandaOMS', '/PandaOMS': '/PandaOMS',
}, },
}, },
'/PandaWater':{ '/PandaGIS': {
target: proxyURL, target: proxyURL,
changeOrigin: true, changeOrigin: true,
headers: { headers: {
'Access-Control-Allow-Origin': '*', 'Access-Control-Allow-Origin': '*',
}, },
pathRewrite: { pathRewrite: {
'/PandaWater': '/PandaWater', '/PandaGIS': '/PandaGIS',
}, },
}, },
'/Panda_GIS': { '/PandaWater':{
target: proxyURL, target: proxyURL,
changeOrigin: true, changeOrigin: true,
headers: { headers: {
'Access-Control-Allow-Origin': '*', 'Access-Control-Allow-Origin': '*',
}, },
pathRewrite: { pathRewrite: {
'/Panda_GIS': '/Panda_GIS', '/PandaWater': '/PandaWater',
}, },
}, },
'/CityInterface': { '/CityInterface': {
...@@ -172,17 +172,25 @@ module.exports = { ...@@ -172,17 +172,25 @@ module.exports = {
pathRewrite: { pathRewrite: {
'web4': 'web4', 'web4': 'web4',
}, },
} },
'/areas_v3': {
target: 'https://geo.datav.aliyun.com',
changeOrigin: true,
headers: {
'Access-Control-Allow-Origin': '*',
},
},
}, },
pre: { pre: {
'/Panda_GIS': {
'/PandaGIS': {
target: proxyURL, target: proxyURL,
changeOrigin: true, changeOrigin: true,
headers: { headers: {
'Access-Control-Allow-Origin': '*', 'Access-Control-Allow-Origin': '*',
}, },
pathRewrite: { pathRewrite: {
'/Panda_GIS': '/Panda_GIS', '/PandaGIS': '/PandaGIS',
}, },
}, },
'/CityInterface': { '/CityInterface': {
...@@ -235,5 +243,12 @@ module.exports = { ...@@ -235,5 +243,12 @@ module.exports = {
'/Publish': '/Publish', '/Publish': '/Publish',
}, },
}, },
'/areas_v3': {
target: 'https://geo.datav.aliyun.com',
changeOrigin: true,
headers: {
'Access-Control-Allow-Origin': '*',
},
},
}, },
} }
...@@ -106,9 +106,9 @@ ...@@ -106,9 +106,9 @@
"@wisdom-cesium/cesium": "^1.0.75", "@wisdom-cesium/cesium": "^1.0.75",
"@wisdom-components/basictable": "^1.5.16", "@wisdom-components/basictable": "^1.5.16",
"@wisdom-components/empty": "^1.4.1", "@wisdom-components/empty": "^1.4.1",
"@wisdom-map/Amap": "^1.0.49-14", "@wisdom-map/Amap": "^1.0.49-13",
"@wisdom-map/Map": "^1.0.12-27", "@wisdom-map/Map": "^1.0.12-26",
"@wisdom-map/arcgismap": "^1.0.79-27", "@wisdom-map/arcgismap": "^1.0.79-26",
"@wisdom-map/util": "^1.0.27-0", "@wisdom-map/util": "^1.0.27-0",
"@wisdom-utils/components": "0.1.58", "@wisdom-utils/components": "0.1.58",
"@wisdom-utils/runtime": "0.0.15", "@wisdom-utils/runtime": "0.0.15",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment