mirror of
https://github.com/PlayEdu/backend
synced 2025-12-23 11:33:25 +08:00
完善视频上传
This commit is contained in:
@@ -18,7 +18,7 @@ export const UploadImageSub = (props: PropsInterface) => {
|
||||
multiple: true,
|
||||
action:
|
||||
config.app_url +
|
||||
"/backend/v1/upload/image?category_id=" +
|
||||
"/backend/v1/upload/file?category_id=" +
|
||||
props.categoryId,
|
||||
headers: {
|
||||
authorization: "Bearer " + getToken(),
|
||||
|
||||
Reference in New Issue
Block a user