vue get the current route

Url window.location.href can complete
the routing path can this $ route.path.
Routing path parameters of this $ route.params example:. / User /:. Id → / user / 2044011030 → this $ route.params.id
route this $ route.query query parameters such as:. / user / search name = sf → this $ route.query.name?.

original link: https: //blog.csdn.net/a350110085/article/details/90053111

Guess you like

Origin www.cnblogs.com/huchong-bk/p/12047978.html