From a384201b786883a1ac29279c5cd7b43bc4611996 Mon Sep 17 00:00:00 2001 From: ChenYi <296215406@outlook.com> Date: Mon, 18 May 2026 10:05:37 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E6=B5=8B=E8=AF=95=E5=9C=B0?= =?UTF-8?q?=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 e83ac82..41f8049 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://192.168.111.174:28080/ +VITE_APP_API_ADDRESS=http://192.168.111.221:28080/ # websocket地址 -VITE_WEBSOCKET_URL=http://192.168.111.174:28080/signalr/notification +VITE_WEBSOCKET_URL=http://192.168.111.221:28080/signalr/notification