person card

This commit is contained in:
jxxghp
2023-07-29 18:40:42 +08:00
parent d6fc34f7a6
commit b3a2585053
10 changed files with 510 additions and 134 deletions
+1 -1
View File
@@ -91,7 +91,7 @@ const router = createRouter({
},
},
{
path: '/browse/:type+',
path: '/browse/:paths+',
component: () => import('../pages/browse.vue'),
props: true,
meta: {