取消webuploader上传超时参数 #I4WP8B

This commit is contained in:
thinkgem
2022-03-08 17:01:43 +08:00
parent 4bf24feb6e
commit 55dd0773d3

View File

@@ -2971,9 +2971,9 @@
method: 'POST', method: 'POST',
// 跨域时是否允许携带cookie, 只有html5 runtime才有效 // 跨域时是否允许携带cookie, 只有html5 runtime才有效
withCredentials: false, withCredentials: true,
fileVal: 'file', fileVal: 'file',
timeout: 2 * 60 * 1000, // 2分钟 timeout: 0, //2 * 60 * 1000, // 2分钟
formData: {}, formData: {},
headers: {}, headers: {},
sendAsBinary: false sendAsBinary: false