From ed95bdddac99983c6d76d54253e21a845429a78b Mon Sep 17 00:00:00 2001 From: nanxun Date: Sat, 7 Feb 2026 22:58:25 +0800 Subject: [PATCH] 111 --- frontend/web/.env | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/frontend/web/.env b/frontend/web/.env index d91c4c6..d3d8fa0 100644 --- a/frontend/web/.env +++ b/frontend/web/.env @@ -1,4 +1,4 @@ -VITE_API_BASE_URL = http://localhost:5202/api -VITE_SIGNALR_BASE_URL = http://localhost:5202/chat/ -# VITE_API_BASE_URL = https://im.test.nxsir.cn/api -# VITE_SIGNALR_BASE_URL = https://im.test.nxsir.cn/chat/ \ No newline at end of file +#VITE_API_BASE_URL = http://localhost:5202/api +#VITE_SIGNALR_BASE_URL = http://localhost:5202/chat/ +VITE_API_BASE_URL = https://im.test.nxsir.cn/api +VITE_SIGNALR_BASE_URL = https://im.test.nxsir.cn/chat/ \ No newline at end of file