fix(router): explore and search requires $i

This commit is contained in:
オスカー、 2024-06-27 23:56:09 +09:00
parent a6bb7eba1e
commit 6022b924f5
Signed by: SWREI
GPG Key ID: 139D6573F92DA9F7

View File

@ -231,6 +231,7 @@ const routes: RouteDef[] = [{
path: '/explore',
component: page(() => import('@/pages/explore.vue')),
hash: 'initialTab',
loginRequired: true,
}, {
path: '/search',
component: page(() => import('@/pages/search.vue')),
@ -240,6 +241,7 @@ const routes: RouteDef[] = [{
type: 'type',
origin: 'origin',
},
loginRequired: true,
}, {
path: '/authorize-follow',
component: page(() => import('@/pages/follow.vue')),