diff --git a/.env.development b/.env.development index 60617e5..041ec31 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.53:8099 +VUE_APP_API_URL=http://192.168.0.225:8099 VUE_APP_MAP_BASE_URL=/map -VUE_APP_MAP_URL=http://192.168.0.53:8090 +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 7d88973..b3cfff7 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.53:8099 +VUE_APP_API_URL=http://192.168.0.225:8099 diff --git a/public/config.js b/public/config.js index 2d1e4c9..02d9207 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.53:8099', + VUE_APP_API_URL: 'http://192.168.0.225:8099', // websocket服务地址 - VUE_APP_WEBSOCKET_URL: 'ws://192.168.0.53:8099', + VUE_APP_WEBSOCKET_URL: 'ws://192.168.0.225:8099', } diff --git a/public/index.html b/public/index.html index 21b42ec..e44d585 100644 --- a/public/index.html +++ b/public/index.html @@ -5,7 +5,7 @@ -