vue路由跳转传值 JackSparrow18 2021-01-13 161 阅读1分钟 跳转传值 this.$router.push({ name: 'mianpage', params: { userId: 12345 }}) 接收值 this.$route.params.userId