import { useRouter, useRoute } from 'vue-router'const router = useRouter()router.currentRoute.value.path // 页面路径