// 传递
<a v-bind:href="'#/Student/UpdateStudent?id='+student.id">修改</a>
// 接收 使用query接收网址携带的参数
this.$route.query.id
Vue路由传参
最新推荐文章于 2025-04-13 11:17:08 发布
// 传递
<a v-bind:href="'#/Student/UpdateStudent?id='+student.id">修改</a>
// 接收 使用query接收网址携带的参数
this.$route.query.id