📖 CRM:code review 前端直接上传

This commit is contained in:
YunaiV
2024-02-17 20:35:35 +08:00
parent ffeaa891df
commit d3fab9a0fd
3 changed files with 6 additions and 6 deletions

View File

@@ -6,7 +6,7 @@ VITE_DEV=true
# 请求路径
VITE_BASE_URL='http://localhost:48080'
# 文件上传类型server - 后端上传, client - 前端直连上传仅支持S3服务
# 文件上传类型server - 后端上传, client - 前端直连上传,仅支持 S3 服务
VITE_UPLOAD_TYPE=server
# 上传路径
VITE_UPLOAD_URL='http://localhost:48080/admin-api/infra/file/upload'