A personal information center similar to qq, the following is a visitor record, click on the visitor record to jump to the visitor"s personal information center, the page is still this page, only? After the id is not the same, how to achieve ah?
<router-link v-for="(hd,index) in hdinfo"
:key="index"
:to="{path:"/friendinfo",query:{id:hd.uid}}"
tag="li">
<span>{{hd.lookname}}</span>
<i></i>
<em>{{hd.looktime}} ></em>
</router-link>
the current page is: / index/id_card.html-sharp/friendinfo?id=1021
I want to jump from the current page to: / index/id_card.html-sharp/friendinfo?id=1020