第一种方式:
<router-link :to="{path:‘/my_details/my_comment‘,query:{userInfo:userInfo.headImage}}" > <img src="@/assets/img/my/my_weixin.png" alt /> <h5>我的评论</h5> </router-link>
第二种方式:
使用都是一样的:
vue 路由跳转传参
原文:https://www.cnblogs.com/tlfe/p/13049882.html