this.$router.push({name:"XXXX",param:{id:'XXX',name:"XXXX"}})
接收参数:
this.$route.params.id
this.$route.params.name