From 1103f9ee9c894551a800c2aea748439783a12f30 Mon Sep 17 00:00:00 2001 From: wangwenhua <12345678> Date: Sat, 18 Oct 2025 12:50:00 +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 --- public/config.js | 4 ++-- public/index.html | 2 +- src/config/defaultSettings.js | 2 +- src/config/router.config.js | 2 +- src/views/user/Login.vue | 2 +- 5 files changed, 6 insertions(+), 6 deletions(-) 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 1625d89..e44d585 100644 --- a/public/index.html +++ b/public/index.html @@ -5,7 +5,7 @@ -