refactor: 去掉代码中固定的超时时间

This commit is contained in:
wangjiahao
2021-12-28 11:40:19 +08:00
parent 90e584da1f
commit 8d0a667092
6 changed files with 6 additions and 19 deletions

View File

@@ -15,7 +15,6 @@ export function ajaxGetData(id, data) {
method: 'post',
loading: true,
hideMsg: true,
timeout: 30000,
data
})
}
@@ -67,7 +66,6 @@ export function ajaxGetDataOnly(id, data) {
method: 'post',
loading: true,
hideMsg: true,
timeout: 30000,
data
})
}