From 6751a4f92f0473726c36fc7083aeb82d55cf02e1 Mon Sep 17 00:00:00 2001 From: thinkgem Date: Tue, 8 Mar 2022 17:00:11 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8F=96=E6=B6=88webuploader=E4=B8=8A=E4=BC=A0?= =?UTF-8?q?=E8=B6=85=E6=97=B6=E5=8F=82=E6=95=B0=20#I4WP8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../static/ueditor/1.4/third-party/webuploader/webuploader.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/core/src/main/resources/static/ueditor/1.4/third-party/webuploader/webuploader.js b/modules/core/src/main/resources/static/ueditor/1.4/third-party/webuploader/webuploader.js index 42f8afc4..30406714 100644 --- a/modules/core/src/main/resources/static/ueditor/1.4/third-party/webuploader/webuploader.js +++ b/modules/core/src/main/resources/static/ueditor/1.4/third-party/webuploader/webuploader.js @@ -2973,7 +2973,7 @@ // 跨域时,是否允许携带cookie, 只有html5 runtime才有效 withCredentials: true, fileVal: 'file', - timeout: 2 * 60 * 1000, // 2分钟 + timeout: 0, //2 * 60 * 1000, // 2分钟 formData: {}, headers: {}, sendAsBinary: false