lint:format code

This commit is contained in:
Pan
2017-12-11 13:39:58 +08:00
parent bb0b37e0eb
commit 8ab770e9de
3 changed files with 53 additions and 53 deletions

View File

@@ -6,7 +6,7 @@ import { getToken } from '@/utils/auth'
// 创建axios实例
const service = axios.create({
baseURL: process.env.BASE_API, // api的base_url
timeout: 15000 // 请求超时时间
timeout: 15000 // 请求超时时间
})
// request拦截器