取消webuploader上传超时参数 #I4WP8B

This commit is contained in:
thinkgem
2022-03-08 17:00:11 +08:00
parent 41aaca5b20
commit 6751a4f92f

View File

@@ -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