配置调整

master
zzy 2026-04-22 22:21:02 +08:00
parent 1703ff3846
commit a343f3cf87
1 changed files with 2 additions and 1 deletions

View File

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