Vue——vue获取当前页面路由
Vue | July 11, 2026
文章链接:https://blog.csdn.net/qq_43201350/article/details/136494596
完整的url
window.location.href
路径
this.$route.path
路径参数
this.$route.params
Vue | July 11, 2026
文章链接:https://blog.csdn.net/qq_43201350/article/details/136494596
完整的url
window.location.href
路径
this.$route.path
路径参数
this.$route.params