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