doterlin/vue-example-login

其它子路由无法跳转

wj0101 opened this issue · 1 comments

,"$route" : 'checkLogin' 的话,其它子路由无法跳转.去掉了else{
this.$router.push('/user_info');
},才可以 否则永远在user_info这个页面

谢谢指出!本示例只有user_info一个子页面,所以忽略了这个问题,我有空完善下。