传值
this.$router.push({
path:’/userInfo’,query{id:‘123456’,name:‘ceshi’}})
取值:

this.id=this.$router.query.id

this.name =this.$router.query.name

Logo

前往低代码交流专区

更多推荐