mirror of
https://github.com/jxxghp/MoviePilot-Frontend.git
synced 2026-09-06 16:16:42 +08:00
fix 搜索未传递类型的Bug
This commit is contained in:
@@ -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'),
|
||||
|
||||
Reference in New Issue
Block a user