秘钥管理改造

This commit is contained in:
tanghc
2019-06-27 19:00:43 +08:00
parent ce1c18f6b2
commit 091845f684
39 changed files with 1097 additions and 237 deletions

View File

@@ -8,7 +8,7 @@ import { getToken, removeToken } from './auth'
// 创建axios实例
const client = axios.create({
baseURL: process.env.VUE_APP_BASE_API, // api 的 base_url
timeout: 10000 // 请求超时时间
timeout: 60000 // 请求超时时间,60秒
})
Object.assign(Vue.prototype, {