From 29ef7c017c0dbbae7c62933d0fa3220f04cd8f56 Mon Sep 17 00:00:00 2001
From: gaoluyang <2820782392@qq.com>
Date: 星期二, 04 八月 2026 18:00:32 +0800
Subject: [PATCH] 银川 1.归档bug
---
src/api/system/storage/index.ts | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/src/api/system/storage/index.ts b/src/api/system/storage/index.ts
index 95ad345..994d3ad 100644
--- a/src/api/system/storage/index.ts
+++ b/src/api/system/storage/index.ts
@@ -41,6 +41,7 @@
return requestClient.post<SystemStorageApi.StorageBlob[]>(
'/system/storage-blob/upload',
formData,
+ { headers: { 'Content-Type': 'multipart/form-data' } },
);
}
--
Gitblit v1.9.3