From 64b6f7a34578b5d2e99f3f818d83b0d765422311 Mon Sep 17 00:00:00 2001 From: none Date: Thu, 9 Mar 2023 10:10:55 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E4=B8=8A=E4=BC=A0=E6=8E=A5?= =?UTF-8?q?=E5=8F=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/compenents/upload-image-button/upload-image-sub/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/compenents/upload-image-button/upload-image-sub/index.tsx b/src/compenents/upload-image-button/upload-image-sub/index.tsx index ad576e8..e57fc56 100644 --- a/src/compenents/upload-image-button/upload-image-sub/index.tsx +++ b/src/compenents/upload-image-button/upload-image-sub/index.tsx @@ -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(),