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:{}
}
},
onShow() {
this.getAuthInfo()
},
computed:{
...mapState({
user:'user'

Loading…
Cancel
Save