这是跳转页传的一个id参数
这是接收参数的页面
这是跳转过去时候的结果
这是刷新后得到的id
放在mounted里面试试
这 $route 和 $router 不是一个东西吧。。 一边都用 this.$route.push({ path: '/yourpath', query: {id: 123})另外一边直接 console.log(this.$route.query.id)
$route
$router
this.$route.push({ path: '/yourpath', query: {id: 123})
console.log(this.$route.query.id)
放在mounted里面试试
这
$route
和$router
不是一个东西吧。。一边都用
this.$route.push({ path: '/yourpath', query: {id: 123})
另外一边直接
console.log(this.$route.query.id)