<router-link >页面跳转

<router-link :to="{ path: 'couponUserList', query: { id: record.id} }">{{text}}</router-link>

使用<router-link>进行页面跳转,path 跳转地址

query 参数

跳转的页面通过this.$route.query.id获取参数内容

posted @ 2020-10-14 15:54  教练我想打篮球  阅读(1199)  评论(0编辑  收藏  举报