vue页面与页面间传值

vue页面与页面之间传值

1、通过路由传值

将index界面的this.tabs.active、this.choiceType.active2个值传到login界面
this.$router.push('/login?' + `tab=${this.tabs.active}&choiceType=${this.choiceType.active}`)


在login界面console.log()可以看到传过来的值

 

 

 


posted @ 2018-04-28 11:15  举个栗子L  阅读(2914)  评论(0编辑  收藏  举报