修改axAjax的timeout默认值为6000000
This commit is contained in:
@@ -1914,7 +1914,7 @@ const axAjax = (option, elem, callback) => {
|
||||
type: 'post',
|
||||
async: true,
|
||||
data: {},
|
||||
delay: 60000,
|
||||
delay: 6000000,
|
||||
contentType: '',
|
||||
headers: {},
|
||||
responseType: '',
|
||||
|
||||
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user