fix browser

This commit is contained in:
jxxghp
2023-06-29 21:43:43 +08:00
parent 76cd494bdf
commit f88b70ce56
7 changed files with 10 additions and 8 deletions
+1 -1
View File
@@ -87,7 +87,7 @@ const router = createRouter({
},
},
{
path: 'browse/:type',
path: '/browse/:type+',
component: () => import('../pages/browse.vue'),
props: true,
meta: {