vue路由跳转到登录页

 1 // 第一种
 2 {
 3             path:'/',
 4             component: require('../components/Login.vue')
 5 },
 6 
 7 
 8 // 第二种
 9  { path: '/', redirect: '/wordcloud' },
10  { path: '/wordcloud', component: Worldcloud },

 

posted @ 2017-03-15 20:39  黄鹂  阅读(2733)  评论(0编辑  收藏  举报