完善视频上传

This commit is contained in:
none
2023-03-08 15:56:06 +08:00
parent b12fb1d7a9
commit 9428cf1785
7 changed files with 56 additions and 47 deletions

View File

@@ -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(),