pull/724/head
Lemon 2025-03-12 10:20:52 +08:00
parent 4cb7549e12
commit ad719fb2da
1 changed files with 1 additions and 1 deletions

View File

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