From ffab3be854a686a9b2217aeee3f87760d7b45052 Mon Sep 17 00:00:00 2001 From: 2910410219 <2910410219@qq.com> Date: Wed, 17 Jun 2026 10:05:32 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8F=96=E6=B6=88=E5=88=9B=E4=BD=9C=E6=A8=A1?= =?UTF-8?q?=E5=BC=8F=E4=B8=8B=E6=96=87=E4=BB=B6=E4=B8=8A=E4=BC=A0=E8=B6=85?= =?UTF-8?q?=E6=97=B6=E6=97=B6=E9=97=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/settings/creation/index.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/settings/creation/index.vue b/src/views/settings/creation/index.vue index 036f18c..9c854d7 100644 --- a/src/views/settings/creation/index.vue +++ b/src/views/settings/creation/index.vue @@ -1985,7 +1985,7 @@ const handleCreationFieldUpload = async (node: any, field: any, file: any) => { } } - const uploadRes = await uploadFile(raw); + const uploadRes = await uploadFile(raw, { timeout: 0 }); if (!uploadRes || !uploadRes.data || !uploadRes.data.fileURL) throw new Error('上传失败:未返回文件URL'); const fileUrl = uploadRes.data.fileAddressPrefix ? `${uploadRes.data.fileAddressPrefix}${uploadRes.data.fileURL}` : uploadRes.data.fileURL; if (!creationFieldFiles[key]) creationFieldFiles[key] = [];