使用路由传参时,query与params的区别!
Posted erfsfj-dbc
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了使用路由传参时,query与params的区别!相关的知识,希望对你有一定的参考价值。
query
1:参数会在地址栏显示
2:参数不需要在路由的path后接:args1/:args2
3:获取参数用this.$route.query.args1
params
1:参数需要在路由的path后接:args1/:args2
2:获取参数用this.$route.params.args1
以上是关于使用路由传参时,query与params的区别!的主要内容,如果未能解决你的问题,请参考以下文章
vue 路由传参 params 与 query两种方式的区别
vue 路由传参 params 与 query两种方式的区别
vue 路由传参 params 与 query两种方式的区别
vue 路由传参 params 与 query两种方式的区别