vue
this.$route.query.id获取不到值
那你得看路由上有没有带这个id值
1、上一个页面跳转前 this.$router.push({ path: '/detail'. query: { id: id } })2、详情页this.$router.query.id