Browse Source

修改认证

master
‘daijinzheng@xingtongworld.com’ 2 years ago
parent
commit
a75a152ce8
  1. 3
      pages/auth/index.vue

3
pages/auth/index.vue

@ -53,6 +53,9 @@ export default {
detail:{} detail:{}
} }
}, },
onShow() {
this.getAuthInfo()
},
computed:{ computed:{
...mapState({ ...mapState({
user:'user' user:'user'

Loading…
Cancel
Save