Merge pull request #1536 from dataease/pr@dev@refactor_axios_timeout

refactor: 去除所有前端api自定义超时时间
This commit is contained in:
fit2cloud-chenyw
2021-12-28 11:47:37 +08:00
committed by GitHub
6 changed files with 1 additions and 13 deletions

View File

@@ -5,7 +5,6 @@ export function queryAuthModel(data, loading = true, timeout = 60000) {
url: 'authModel/queryAuthModel',
method: 'post',
loading: loading,
timeout: timeout,
data
})
}