feat: 增加 image 文件上传(前端直传) 100%

This commit is contained in:
YunaiV
2025-04-18 18:30:50 +08:00
parent 1bacb6759f
commit 87c6074e19
7 changed files with 115 additions and 22 deletions

View File

@@ -7,6 +7,8 @@ VITE_BASE=/
VITE_BASE_URL='http://127.0.0.1:48080'
# 接口地址
VITE_GLOB_API_URL=/admin-api
# 文件上传类型server - 后端上传, client - 前端直连上传仅支持S3服务
VITE_UPLOAD_TYPE=server
# 是否打开 devtoolstrue 为打开false 为关闭
VITE_DEVTOOLS=false