vue跳转带参的两种方式 一、query【显示传参,参数在地址栏中显示】 this.$router.push({path:'/detail',query:{detailList:res.data}} 二、params【隐式传参】 this.$router.push({name:'orderDetail',params:{shopID}