修改上传接口

This commit is contained in:
none 2023-03-09 10:10:55 +08:00
parent 76edaeb134
commit 64b6f7a345

View File

@ -18,7 +18,7 @@ export const UploadImageSub = (props: PropsInterface) => {
multiple: true,
action:
config.app_url +
"/backend/v1/upload/file?category_ids=" +
"/backend/v1/upload/minio?category_ids=" +
props.categoryIds.join(","),
headers: {
authorization: "Bearer " + getToken(),