前端:修复多分支部署时静态资源的路径问题

This commit is contained in:
2026-01-29 22:54:12 +08:00
parent 3d9335b97b
commit a590aa0a26
2 changed files with 18 additions and 6 deletions
+4 -4
View File
@@ -1,4 +1,4 @@
VITE_API_BASE_URL = http://localhost:5202/api
VITE_SIGNALR_BASE_URL = http://localhost:5202/chat
#VITE_API_BASE_URL = http://192.168.5.116:7070/api
#VITE_SIGNALR_BASE_URL = http://192.168.5.116:7070/chat
#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