diff --git a/.env.development b/.env.development index 041ec31..eeb2d30 100644 --- a/.env.development +++ b/.env.development @@ -1,6 +1,6 @@ NODE_ENV=development VUE_APP_PREVIEW=true VUE_APP_API_BASE_URL=/api -VUE_APP_API_URL=http://192.168.0.225:8099 +VUE_APP_API_URL=http://192.168.0.53:8099 VUE_APP_MAP_BASE_URL=/map VUE_APP_MAP_URL=http://192.168.0.225:8090 \ No newline at end of file diff --git a/.env.production b/.env.production index b3cfff7..7d88973 100644 --- a/.env.production +++ b/.env.production @@ -1,4 +1,4 @@ NODE_ENV=production VUE_APP_PREVIEW=true VUE_APP_API_BASE_URL=/api -VUE_APP_API_URL=http://192.168.0.225:8099 +VUE_APP_API_URL=http://192.168.0.53:8099 diff --git a/public/config.js b/public/config.js index 02d9207..2d1e4c9 100644 --- a/public/config.js +++ b/public/config.js @@ -19,7 +19,7 @@ window._CONFIG = { evaluationSrc: 'http://192.168.0.53:8088/thirdLogin/thirdLoginPage?username=admin', // 服务端地址 - VUE_APP_API_URL: 'http://192.168.0.225:8099', + VUE_APP_API_URL: 'http://192.168.0.53:8099', // websocket服务地址 - VUE_APP_WEBSOCKET_URL: 'ws://192.168.0.225:8099', + VUE_APP_WEBSOCKET_URL: 'ws://192.168.0.53:8099', } diff --git a/public/config.one.js b/public/config.one.js index eab5067..c8b0cba 100644 --- a/public/config.one.js +++ b/public/config.one.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.225:8088/thirdLogin/thirdLoginPage?username=admin', - VUE_APP_API_URL: 'http://192.168.0.225:8099', - VUE_APP_WEBSOCKET_URL: 'ws://192.168.0.225: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', } diff --git a/public/index.html b/public/index.html index e44d585..21b42ec 100644 --- a/public/index.html +++ b/public/index.html @@ -5,7 +5,7 @@ -