Compare commits

...

3 Commits

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/', 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',
} }

View File

@ -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: {