vue使用url传递参数
传值this.$router.push({path:’/userInfo’,query{id:‘123456’,name:‘ceshi’}})取值:this.id=this.$router.query.idthis.name =this.$router.query.name
·
传值
this.$router.push({
path:’/userInfo’,query{id:‘123456’,name:‘ceshi’}})
取值:
this.id=this.$router.query.id
this.name =this.$router.query.name
更多推荐
已为社区贡献3条内容
所有评论(0)