vue = > 如何传值到下一个页面 刘同玉 2018-05-22 445 阅读1分钟 通过 this.$router.push(name:'要跳到的页面',query:{ojtId:id,appColum:pemUserId}) 在下一个页面中这样去获取上个页面传过来的值 created(){ var query = this.$route.query; }