リダイレクトが必要なrouteを設定
This commit is contained in:
parent
a5f5219030
commit
aad90c2cc9
|
@ -333,8 +333,7 @@ const routes: RouteDef[] = [{
|
||||||
component: page(() => import('@/pages/registry.vue')),
|
component: page(() => import('@/pages/registry.vue')),
|
||||||
}, {
|
}, {
|
||||||
path: '/install-extentions',
|
path: '/install-extentions',
|
||||||
// Note: This path is kept for compatibility. It may be deleted.
|
redirect: '/install-extensions',
|
||||||
component: page(() => import('@/pages/install-extensions.vue')),
|
|
||||||
loginRequired: true,
|
loginRequired: true,
|
||||||
}, {
|
}, {
|
||||||
path: '/install-extensions',
|
path: '/install-extensions',
|
||||||
|
|
Loading…
Reference in New Issue