修复登录页面重复调用token导致token失效的bug

This commit is contained in:
唐明明
2022-06-15 16:07:25 +08:00
parent fe178cc98c
commit 7d8b0994f5
127 changed files with 167 additions and 31 deletions

View File

@@ -11,7 +11,7 @@ import router from '../router'
// 基础配置
const config = {
apiUrl : 'https://api.gongli.vip/api/', // 正式环境
// apiUrl : 'http://api.zh.shangkelian.cn/api/', // 大健康调试环境,目前没有任何数据无法正常显示,所以需要使用该环境,最后会删除
// apiUrl : 'http://api.gl.shangkelian.cn/api/', // 测试
timeout : 60000
}