diff --git a/public/config.js b/public/config.js index 987f553..c8b0cba 100644 --- a/public/config.js +++ b/public/config.js @@ -5,7 +5,7 @@ window._CONFIG = { TerrainProviderUrl: '/map/mapTerrain/', thirdLoginUrl: 'http://127.0.0.1:8080/thirdLogin', clientId: '0123456789', - 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', + 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', }