取消webuploader上传超时参数 #I4WP8B
This commit is contained in:
@@ -2973,7 +2973,7 @@
|
|||||||
// 跨域时,是否允许携带cookie, 只有html5 runtime才有效
|
// 跨域时,是否允许携带cookie, 只有html5 runtime才有效
|
||||||
withCredentials: true,
|
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
|
||||||
|
|||||||
Reference in New Issue
Block a user