修改axAjax的timeout默认值为6000000

This commit is contained in:
WIN-VSNMD38DUOC\Administrator
2024-04-10 08:48:55 +08:00
parent 8077b49c49
commit c153538485
3 changed files with 3 additions and 2 deletions

View File

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