当前位置:   article > 正文

$router.push()跳转页面传参_this.$router.push 跳转 传递数组 params

this.$router.push 跳转 传递数组 params

query

this.$router.push({path:'/router1', query: { id: 123}})

-------------/router1?id=123 

获取: this.$route.query.id

params

this.$router.push({ name: 'router1', params: { type: 1 }})

--------------/router1/1

获取: this.$route.params.type

params传参,push中只能是name: 'xxx',params只能用name引入路由

声明:本文内容由网友自发贡献,不代表【wpsshop博客】立场,版权归原作者所有,本站不承担相应法律责任。如您发现有侵权的内容,请联系我们。转载请注明出处:https://www.wpsshop.cn/w/Gausst松鼠会/article/detail/285129
推荐阅读
相关标签
  

闽ICP备14008679号