feat: add medias page

This commit is contained in:
yanghao05
2025-04-01 19:32:50 +08:00
parent fe9a80405d
commit 6aa61a7497
4 changed files with 306 additions and 3 deletions

View File

@@ -15,7 +15,7 @@ const navItems = ref([
{
label: 'Media',
icon: 'pi pi-image',
command: () => router.push('/media')
command: () => router.push('/medias')
},
{
label: 'Articles',