Browse Source

修改首页

master
liaoxinyu 2 years ago
parent
commit
a930abe386
  1. 5
      pages/base/home.vue

5
pages/base/home.vue

@ -860,6 +860,11 @@
}); });
} }
}, },
'$route' (to, from){
if(to.path=="/pages/base/index"){
this.getAuthInfo()
}
}
}, },
methods: { methods: {
goMine() { goMine() {

Loading…
Cancel
Save