更新 .env.prod

fix: 修改前端请求地址
This commit is contained in:
gitea 2025-07-10 15:54:12 +08:00
parent b0c2a349b6
commit 1cdf9199eb
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ NODE_ENV=production
VITE_DEV=false
# 请求路径
VITE_BASE_URL='http://192.168.0.152:48080'
VITE_BASE_URL='http://192.168.0.31:48080'
# 文件上传类型server - 后端上传, client - 前端直连上传仅支持S3服务
VITE_UPLOAD_TYPE=server