路由传参 2019-07-12 本文已影响0人 Coldhands query要用path来引入,params要用name来引入,接收参数都是类似的,分别是this.$route.query.name和this.$route.params.name。