vue不同页面传参数 this.$router.push({path:'/page/bindMess1',query:{name:res.data.stu_name}});//传递参数 this.name=this.$route.query.name;//接收参数