fix 搜索未传递类型的Bug

This commit is contained in:
jxxghp
2023-07-21 11:12:18 +08:00
parent f0438024d2
commit 7da9f53043
4 changed files with 161 additions and 161 deletions
-8
View File
@@ -33,14 +33,6 @@ const router = createRouter({
requiresAuth: true,
},
},
{
path: 'resource/:keyword+',
component: () => import('../pages/resource.vue'),
props: true,
meta: {
requiresAuth: true,
},
},
{
path: 'subscribe-movie',
component: () => import('../pages/subscribe-movie.vue'),