Commit dd840610 authored by 刘帅阳's avatar 刘帅阳

修改正式环境ip

parent 57373c18
...@@ -13,7 +13,7 @@ const service = axios.create({ ...@@ -13,7 +13,7 @@ const service = axios.create({
// axios中请求配置有baseURL选项,表示请求URL公共部分 // axios中请求配置有baseURL选项,表示请求URL公共部分
baseURL: process.env.VUE_APP_BASE_API, baseURL: process.env.VUE_APP_BASE_API,
// 超时 // 超时
timeout: 100000 timeout: 300000
// headers: { 'clientType': 'fy_authority' } // headers: { 'clientType': 'fy_authority' }
}) })
// let loadingInstance = '' // let loadingInstance = ''
......
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