<template>
<div>a</div>
</template>
<script setup>
import router from '@/router';
const libraryId = router.currentRoute.value.params.LibraryId
console.log(libraryId)
</script>