Compare commits

..

No commits in common. "034331b724db6d4cf1013e200aa7a42e22104795" and "a9411c9f1bd38274f0cd37c598c3c9fb19fd6128" have entirely different histories.

2 changed files with 4 additions and 4 deletions

6
public/config.js vendored
View File

@ -5,7 +5,7 @@ window._CONFIG = {
TerrainProviderUrl: '/map/mapTerrain/',
thirdLoginUrl: 'http://127.0.0.1:8080/thirdLogin',
clientId: '0123456789',
evaluationSrc: 'http://192.168.0.53:8088/thirdLogin/thirdLoginPage?username=admin',
VUE_APP_API_URL: 'http://192.168.0.53:8099',
VUE_APP_WEBSOCKET_URL: 'ws://192.168.0.53:8099',
evaluationSrc: 'http://192.168.0.189:8088/thirdLogin/thirdLoginPage?username=admin',
VUE_APP_API_URL: 'http://192.168.0.189:8099',
VUE_APP_WEBSOCKET_URL: 'ws://192.168.0.189:8099',
}

View File

@ -122,7 +122,7 @@ const vueConfig = {
},
},
'/map': {
target: 'http://192.168.0.53:8090/',
target: 'http://localhost:8090/',
ws: false,
changeOrigin: true,
pathRewrite: {