mirror of
https://github.com/jxxghp/MoviePilot-Frontend.git
synced 2026-06-07 16:49:52 +08:00
feat person detail page
This commit is contained in:
@@ -99,7 +99,15 @@ const router = createRouter({
|
||||
},
|
||||
},
|
||||
{
|
||||
path: '/person/:paths+',
|
||||
path: '/credits/:paths+',
|
||||
component: () => import('../pages/credits.vue'),
|
||||
props: true,
|
||||
meta: {
|
||||
requiresAuth: true,
|
||||
},
|
||||
},
|
||||
{
|
||||
path: '/person',
|
||||
component: () => import('../pages/person.vue'),
|
||||
props: true,
|
||||
meta: {
|
||||
|
||||
Reference in New Issue
Block a user