From 5be2e5fb3a7bfbe317b242a3bd1d4c2cf0108604 Mon Sep 17 00:00:00 2001 From: wangwenhua <12345678> Date: Wed, 22 Oct 2025 10:56:41 +0800 Subject: [PATCH] =?UTF-8?q?=E7=B3=BB=E7=BB=9F=E5=90=8D=E7=A7=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .env.development | 2 +- .env.production | 2 +- public/config.js | 4 ++-- public/config.one.js | 6 +++--- public/index.html | 2 +- src/config/defaultSettings.js | 2 +- src/config/router.config.js | 2 +- src/views/user/Login.vue | 2 +- 8 files changed, 11 insertions(+), 11 deletions(-) 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 @@ -