审计列表

This commit is contained in:
仲么了
2023-12-27 16:36:10 +08:00
parent 7675d26246
commit fe1a09bc9f
9 changed files with 182 additions and 4 deletions

View File

@@ -35,7 +35,7 @@ function createAxios<Data = any, T = ApiPromise<Data>>(
const Axios = axios.create({
baseURL: getUrl(),
timeout: 1000 * 10,
timeout: 1000 * 60 * 5,
headers: {},
responseType: 'json'
})