修改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', type: 'post',
async: true, async: true,
data: {}, data: {},
delay: 60000, delay: 6000000,
contentType: '', contentType: '',
headers: {}, headers: {},
responseType: '', responseType: '',

File diff suppressed because one or more lines are too long

View File

@@ -15,4 +15,5 @@
使用Promise封装XMLHttpRequest做异步请求 使用Promise封装XMLHttpRequest做异步请求
修改日志文件生成及读取位置 修改日志文件生成及读取位置
上传文件格式新增支持js、css、html、vsdx、dmp、7z、ppt、pptx 上传文件格式新增支持js、css、html、vsdx、dmp、7z、ppt、pptx
AxUI的axAjax方法timeout默认值改为6000000
``` ```