This commit is contained in:
唐明明
2022-06-08 20:28:32 +08:00
parent f481f3615e
commit 1674e78b8a
19 changed files with 1635 additions and 1644 deletions

View File

@@ -10,8 +10,8 @@ import router from '../router'
// 基础配置
const config = {
// apiUrl : 'http://api.gl.shangkelian.cn/api/', // 正式环境
apiUrl : 'http://api.zh.shangkelian.cn/api/', // 大健康调试环境,目前没有任何数据无法正常显示,所以需要使用该环境,最后会删除
apiUrl : 'http://api.gl.shangkelian.cn/api/', // 正式环境
// apiUrl : 'http://api.zh.shangkelian.cn/api/', // 大健康调试环境,目前没有任何数据无法正常显示,所以需要使用该环境,最后会删除
timeout : 60000
}
@@ -153,7 +153,7 @@ const loginHint = () => {
loginHintState = false
if (res.confirm) {
uni.reLaunch({
url:'/pages/index/index'
url:'/pages/auth/auth'
})
}
}