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

本窗口打开:   传参:     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
上一篇:bgi::detail::comparable_margin用法的测试程序


下一篇:微信小程序踩坑之获取手机号