Commit 13870012 authored by 罗超's avatar 罗超

修改等待时长

parent c577f792
...@@ -69,7 +69,7 @@ const service = Axios.create({ ...@@ -69,7 +69,7 @@ const service = Axios.create({
// process.env.VUE_APP_API_URL // process.env.VUE_APP_API_URL
//'http://reborn.oytour.com/api/common/post' //'http://reborn.oytour.com/api/common/post'
baseURL: process.env.VUE_APP_API_URL, baseURL: process.env.VUE_APP_API_URL,
timeout: 20000, timeout: 200000,
headers: { headers: {
'User-Type': 'bus', 'User-Type': 'bus',
'Content-Type': 'application/json;charset=UTF-8' 'Content-Type': 'application/json;charset=UTF-8'
......
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