점프 페이지에서 전달하는 ID 매개변수입니다
파라미터를 받는 페이지입니다
과거시간으로 점프한 결과입니다
새로고침해서 얻은 아이디입니다
마운트에 넣고 사용해 보세요
이것이 $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)
마운트에 넣고 사용해 보세요
이것이
$route
和$router
不是一个东西吧。。一边都用
this.$route.push({ path: '/yourpath', query: {id: 123})
另外一边直接
console.log(this.$route.query.id)