Compare commits
3 Commits
a9411c9f1b
...
034331b724
| Author | SHA1 | Date | |
|---|---|---|---|
| 034331b724 | |||
| 8a45a079d3 | |||
| fbc81cbdd6 |
6
public/config.js
vendored
6
public/config.js
vendored
|
|
@ -5,7 +5,7 @@ window._CONFIG = {
|
||||||
TerrainProviderUrl: '/map/mapTerrain/',
|
TerrainProviderUrl: '/map/mapTerrain/',
|
||||||
thirdLoginUrl: 'http://127.0.0.1:8080/thirdLogin',
|
thirdLoginUrl: 'http://127.0.0.1:8080/thirdLogin',
|
||||||
clientId: '0123456789',
|
clientId: '0123456789',
|
||||||
evaluationSrc: 'http://192.168.0.189:8088/thirdLogin/thirdLoginPage?username=admin',
|
evaluationSrc: 'http://192.168.0.53:8088/thirdLogin/thirdLoginPage?username=admin',
|
||||||
VUE_APP_API_URL: 'http://192.168.0.189:8099',
|
VUE_APP_API_URL: 'http://192.168.0.53:8099',
|
||||||
VUE_APP_WEBSOCKET_URL: 'ws://192.168.0.189:8099',
|
VUE_APP_WEBSOCKET_URL: 'ws://192.168.0.53:8099',
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -122,7 +122,7 @@ const vueConfig = {
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
'/map': {
|
'/map': {
|
||||||
target: 'http://localhost:8090/',
|
target: 'http://192.168.0.53:8090/',
|
||||||
ws: false,
|
ws: false,
|
||||||
changeOrigin: true,
|
changeOrigin: true,
|
||||||
pathRewrite: {
|
pathRewrite: {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user