From 55dd0773d324d62f07e53deb07d0012ebf7249fe Mon Sep 17 00:00:00 2001 From: thinkgem Date: Tue, 8 Mar 2022 17:01:43 +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 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 8526e4fd..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 @@ -2971,9 +2971,9 @@ method: 'POST', // 跨域时,是否允许携带cookie, 只有html5 runtime才有效 - withCredentials: false, + withCredentials: true, fileVal: 'file', - timeout: 2 * 60 * 1000, // 2分钟 + timeout: 0, //2 * 60 * 1000, // 2分钟 formData: {}, headers: {}, sendAsBinary: false