From b66ad1987226ac700c5a05e99dea3133947680e4 Mon Sep 17 00:00:00 2001 From: ChenYi <296215406@outlook.com> Date: Tue, 12 May 2026 16:13:34 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E7=94=9F=E4=BA=A7=E6=B5=8B?= =?UTF-8?q?=E8=AF=95=E5=9C=B0=E5=9D=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- apps/web-antd/.env.production | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/web-antd/.env.production b/apps/web-antd/.env.production index b6809d9..e83ac82 100644 --- a/apps/web-antd/.env.production +++ b/apps/web-antd/.env.production @@ -25,7 +25,7 @@ VITE_ARCHIVER=true VITE_REFRESH_ROLE = true # 后端接口地址 -VITE_APP_API_ADDRESS=http://47.110.53.196:28080/ +VITE_APP_API_ADDRESS=http://192.168.111.174:28080/ # websocket地址 -VITE_WEBSOCKET_URL=http://47.110.53.196:28080/signalr/notification +VITE_WEBSOCKET_URL=http://192.168.111.174:28080/signalr/notification