vue路由跳转传值

161 阅读1分钟
  1. 跳转传值
this.$router.push({ name: 'mianpage', params: { userId: 12345 }})
  1. 接收值
this.$route.params.userId