revert demonstrative changes

This commit is contained in:
kakkokari-gtyih 2024-01-18 17:32:45 +09:00
parent 40e352abcc
commit 620fcf6b84
1 changed files with 0 additions and 4 deletions

View File

@ -333,10 +333,6 @@ const routes: RouteDef[] = [{
component: page(() => import('@/pages/registry.vue')), component: page(() => import('@/pages/registry.vue')),
}, { }, {
path: '/install-extentions', path: '/install-extentions',
redirect: '/install-extensions',
loginRequired: true,
}, {
path: '/install-extensions',
component: page(() => import('@/pages/install-extentions.vue')), component: page(() => import('@/pages/install-extentions.vue')),
loginRequired: true, loginRequired: true,
}, { }, {