リダイレクトが必要なrouteを設定

This commit is contained in:
kakkokari-gtyih 2024-01-19 20:15:12 +09:00
parent a5f5219030
commit aad90c2cc9
1 changed files with 1 additions and 2 deletions

View File

@ -333,8 +333,7 @@ const routes: RouteDef[] = [{
component: page(() => import('@/pages/registry.vue')),
}, {
path: '/install-extentions',
// Note: This path is kept for compatibility. It may be deleted.
component: page(() => import('@/pages/install-extensions.vue')),
redirect: '/install-extensions',
loginRequired: true,
}, {
path: '/install-extensions',