http://localhost:8080/SeComprehensiveExam?userId=1
拼接
this.$router.push({
path:"/thisUrl",
query:{userId:row.sysUser.Uid}
})
获取
this.$route.query.userId
http://127.0.0.1:9527/v1/feClinicalexam/findById/1
拼接
this.$router.push({
path:"/thisUrl",
params:{
id:id,
}
})
获取
this.$route.params.id