vue页面跳转传参

跳转页

this.$router.push({name:'路由命名',params:{参数名:参数值,参数名:参数值}})

接收页

this.$route.params.参数名

 

posted @ 2018-08-10 21:39  JanWong  阅读(294)  评论(0编辑  收藏  举报