{
path: '/song',
component: Song,
children: [
path: ':id',
component: Songditail
},
path: '/getNewsList',
component: newslist
}
]
我现在点击按键触发代码
this.$router.push({ path: '/song/getNews' })
但是无法切换到newslist路由
qq_笑_17
相关分类