Merge branch 'master' of codeup.aliyun.com:6265f483e4166464dc2f9c14/boeu/mobile

This commit is contained in:
dongruihua
2022-11-06 19:13:14 +08:00

View File

@@ -30,8 +30,16 @@
window.open(this.$config.loginPath)
// #endif
}else{
uni.showModal({
title:'获取用户信息',
content:openUrl
})
apiLogin.boeLogin(token).then(rs=>{
if(rs.status==200){
uni.showModal({
title:'获取用户成功',
content:openUrl
})
//setToken(rs.result.access_token);
//加载用户信息
this.$store.dispatch("InitData").then(res => {