码迷,mamicode.com
首页 > 其他好文 > 详细

vue使用this.$router跳转路由与传值取值

时间:2021-06-08 23:19:17      阅读:0      评论:0      收藏:0      [点我收藏+]

标签:跳转   strong   param   rgba   str   新窗口   font   this   route   

本窗口打开:
  传参:
    this.$router.push({ name: ‘info-detail‘, params: {id: id}})
  取参:
    this.$route.params.id
新窗口打开
  传参:
    window.open(this.$router.resolve({ path: ‘info-detail‘, query: { id: id} }).href,  ‘_blank‘)
  取参:
    this.$route.query.id

vue使用this.$router跳转路由与传值取值

标签:跳转   strong   param   rgba   str   新窗口   font   this   route   

原文地址:https://www.cnblogs.com/coderxin/p/14862806.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!