update 文档拆分参数

This commit is contained in:
赵霄
2023-09-26 09:16:54 +08:00
parent c54b8e8c7b
commit 0a84ffb3e4
4 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -18,7 +18,7 @@ const apiBaseUrl = window._CONFIG.domianURL || '/laws-sinotruk'
const service = axios.create({
// baseURL: '/laws-sinotruk',
baseURL: apiBaseUrl, // api base_url
timeout: 10000 // 请求超时时间
timeout: 30 * 60 * 1000 // 请求超时时间
})
const err = (error) => {