feat: 增加 image 文件上传(前端直传) 100%
This commit is contained in:
@@ -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
|
||||
# 是否打开 devtools,true 为打开,false 为关闭
|
||||
VITE_DEVTOOLS=false
|
||||
|
||||
|
||||
Reference in New Issue
Block a user