mirror of
https://github.com/dataease/dataease.git
synced 2026-05-17 06:50:45 +08:00
Merge pull request #1536 from dataease/pr@dev@refactor_axios_timeout
refactor: 去除所有前端api自定义超时时间
This commit is contained in:
@@ -5,7 +5,6 @@ export function queryAuthModel(data, loading = true, timeout = 60000) {
|
||||
url: 'authModel/queryAuthModel',
|
||||
method: 'post',
|
||||
loading: loading,
|
||||
timeout: timeout,
|
||||
data
|
||||
})
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user