Commit 24d2cf46 authored by 季圣华's avatar 季圣华
Browse files

修改接口请求超时时间

parent d2f75201
......@@ -16,7 +16,7 @@ let apiBaseUrl = window._CONFIG['domianURL'] || "/jshERP-boot";
// 创建 axios 实例
const service = axios.create({
baseURL: apiBaseUrl, // api base_url
timeout: 90000 // 请求超时时间
timeout: 300000 // 请求超时时间
})
const err = (error) => {
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment