From d0a2eeb5ebd335309818e02cfb4769400a0e877c Mon Sep 17 00:00:00 2001 From: zhangdi <1104545947@qq.com> Date: Fri, 17 Apr 2026 10:41:12 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E8=B6=85=E6=97=B6=E6=97=B6?= =?UTF-8?q?=E9=97=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/index.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/index.vue b/src/views/index.vue index e604b85..adb3b38 100644 --- a/src/views/index.vue +++ b/src/views/index.vue @@ -272,7 +272,7 @@ export default { try { // 创建 AbortController 实例用于取消请求 const controller = new AbortController(); - const timeoutId = setTimeout(() => controller.abort(), 5000); // 5秒超时 + const timeoutId = setTimeout(() => controller.abort(), 60000); // 5秒超时 // 1. 将Buffer转为File对象(对齐的File格式) const fileObj = new File([file.fileBuffer], file.fileName, {