摘要: 1 2 3 4 5 6 17 136 137 138 139 阅读全文
posted @ 2017-03-22 14:19 黄鹂 阅读(2948) 评论(1) 推荐(0) 编辑
摘要: 1 const routes = [ 2 { 3 path: '/', 4 component: App, 5 children: [ 6 {path: '/index/:type', name: 'index', component: Index}, 7 {path: '/home', name: 'home', compone... 阅读全文
posted @ 2017-03-22 00:14 黄鹂 阅读(240) 评论(0) 推荐(0) 编辑