获取身份信息、token等
N/A
this.$bridge .getLoginInfo() .then(res => { this.$alert(res) }) .catch(err => { this.$toast(err) })
{ "isLogin": 0, "token": "dflskjdf23849723skdjflj" }
← getTargetHomeInfo 获取指定家庭信息 logout 退出登录 →