Commit 814342a5 authored by 邓晓峰's avatar 邓晓峰

fix: 修复arcgis version

parent 7fb826db
Pipeline #50482 passed with stages
in 7 minutes 4 seconds
...@@ -32,21 +32,21 @@ export default { ...@@ -32,21 +32,21 @@ export default {
// container: '#micro-container', // container: '#micro-container',
// activeRule: '/civbase/civ_configuration', // activeRule: '/civbase/civ_configuration',
// }, // },
// { {
// name: 'report', name: 'report',
// entry: `//127.0.0.1:8345/report/workplatform`, entry: `//192.168.12.145:8346/report/workplatform`,
// container: '#micro-container', container: '#micro-container',
// activeRule: '/civbase/report', activeRule: '/civbase/report',
// props: { props: {
// origin: `//127.0.0.1:8345`, origin: `//192.168.12.145:8346`,
// }, },
// }, },
// { {
// name: 'civ_webgis', name: 'civ_webgis',
// entry: `//${window.location.hostname}:8081/civ_webgis`, entry: `//${window.location.hostname}:8081/civ_webgis`,
// container: '#micro-container', container: '#micro-container',
// activeRule: '/civbase/civ_webgis', activeRule: '/civbase/civ_webgis',
// }, },
{ {
name: 'civweb4', name: 'civweb4',
entry: `//${window.location.hostname}:3020/civweb4`, entry: `//${window.location.hostname}:3020/civweb4`,
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
// const proxyURL = process.env.NODE_ENV !== 'production' ? 'http://192.168.10.150:8777' : window.location.origin; // const proxyURL = process.env.NODE_ENV !== 'production' ? 'http://192.168.10.150:8777' : window.location.origin;
// const proxyURL = 'https://work.panda-water.cn'; // const proxyURL = 'https://work.panda-water.cn';
// const proxyURL = 'http://192.168.12.3:8082'; // const proxyURL = 'http://192.168.12.3:8082';
const proxyURL = 'https://panda-water.cn'; const proxyURL = 'https://panda-water.cn'
module.exports = { module.exports = {
assetsRoot: process.env.NODE_ENV !== 'production' ? proxyURL : './', assetsRoot: process.env.NODE_ENV !== 'production' ? proxyURL : './',
......
...@@ -101,14 +101,14 @@ ...@@ -101,14 +101,14 @@
"@ant-design/pro-utils": "^1.10.4", "@ant-design/pro-utils": "^1.10.4",
"@babel/polyfill": "7.4.3", "@babel/polyfill": "7.4.3",
"@babel/runtime": "^7.10.5", "@babel/runtime": "^7.10.5",
"@esri/arcgis-html-sanitizer": "2.9.1", "@esri/arcgis-html-sanitizer": "2.9.4",
"@esri/calcite-colors": "6.0.3", "@esri/calcite-colors": "6.0.3",
"@wisdom-cesium/cesium": "^1.0.80", "@wisdom-cesium/cesium": "^1.0.80",
"@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-27", "@wisdom-map/amap": "^1.0.49--27.2",
"@wisdom-map/basemap": "^1.0.12-40", "@wisdom-map/basemap": "^1.0.12-43",
"@wisdom-map/arcgismap": "^1.0.79-40", "@wisdom-map/arcgismap": "^1.0.79-43",
"@wisdom-map/util": "^1.0.27-0", "@wisdom-map/util": "^1.0.27-0",
"@wisdom-utils/components": "0.1.83", "@wisdom-utils/components": "0.1.83",
"@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