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