接口超时时间改为90秒

This commit is contained in:
季圣华
2021-12-06 21:33:18 +08:00
parent 703a416709
commit ff4756dc52

View File

@@ -16,7 +16,7 @@ let apiBaseUrl = window._CONFIG['domianURL'] || "/jshERP-boot";
// 创建 axios 实例
const service = axios.create({
baseURL: apiBaseUrl, // api base_url
timeout: 9000 // 请求超时时间
timeout: 90000 // 请求超时时间
})
const err = (error) => {