vue路由用params传参时需要用到name
this.$router.push({'name':'','params':''})
this.$route.params
注意 $router与$route不要搞错
query用法一样
query传参是显示在url上
params传参后刷新会掉,query不会
vue路由用params传参时需要用到name
this.$router.push({'name':'','params':''})
this.$route.params
注意 $router与$route不要搞错
query用法一样
query传参是显示在url上
params传参后刷新会掉,query不会