Commit 8d42c962 authored by 张伯涛's avatar 张伯涛

修改

parent 1a152772
......@@ -17,7 +17,7 @@ const service = axios.create({
// axios中请求配置有baseURL选项,表示请求URL公共部分
baseURL: process.env.VUE_APP_BASE_API,
// 超时
timeout: 30000
timeout: 60000
})
// request拦截器
......
......@@ -87,7 +87,11 @@ export default {
CumulativeData: [], // 累计数据
};
},
// beforeRouteEnter() {
// console.log('beforeRouteEnterbeforeRouteEnter')
// },
created() {
// console.log('createdcreatedcreated')
this.getList()
},
mounted() {
......
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