Commit d4b788c1 authored by 高智胜's avatar 高智胜

修改超时时间

parent 2099005e
...@@ -5,7 +5,7 @@ import selfApi from './apiList' ...@@ -5,7 +5,7 @@ import selfApi from './apiList'
// 创建 axios 实例 // 创建 axios 实例
const service = axios.create({ const service = axios.create({
headers: { 'Content-Type': 'application/json' }, headers: { 'Content-Type': 'application/json' },
timeout: 30000 timeout: 50000
}) })
// 设置 post、put 默认 Content-Type // 设置 post、put 默认 Content-Type
......
Markdown is supported
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