首先引用useRoute,然后用route获取,剩下的想要取什么看自己需求

import { useRoute } from 'vue-router'

const route = useRoute()
console.log(route)
Logo

前往低代码交流专区

更多推荐