chore: 更新生产环境配置为指定服务器IP

将前端、后端和Nginx配置中的localhost替换为172.18.52.77,以适配生产环境部署需求
This commit is contained in:
zhangtao
2025-05-27 00:39:41 +08:00
parent 13327e1314
commit 6fc9e22742
3 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -9,7 +9,7 @@ VITE_APP_TITLE=生产环境
VITE_APP_BASE_API=/api/v1
# 网络请求公用地址
VITE_API_BASE_URL='http://localhost:8001'
VITE_API_BASE_URL='http://172.18.52.77:8001'
# 请求超时时间
VITE_TIMEOUT=10000