获取路由参数的方法

2020-07-10 19:16 2020-07-24 13:18 标签:vue,route

1.通过query配置的:
this.$route.query.参数

 2.通过params配置的:
this.$route.params.参数


压缩解压