jsk 解决超时报错的问题 修改为720秒
This commit is contained in:
parent
e3ffde1ec9
commit
82a4150a8b
|
|
@ -24,7 +24,7 @@ const service = axios.create({
|
|||
// axios中请求配置有baseURL选项,表示请求URL公共部分
|
||||
baseURL: process.env.VUE_APP_BASE_API,
|
||||
// 超时
|
||||
timeout: 60000
|
||||
timeout: 720000
|
||||
})
|
||||
|
||||
// request 拦截器
|
||||
|
|
|
|||
Loading…
Reference in New Issue