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