feat(projects): Simplify the main branch and keep only the homepage menu

This commit is contained in:
Azir
2024-06-21 01:15:09 +08:00
parent 752ec1e9e7
commit daf58a6f22
39 changed files with 18 additions and 3543 deletions

View File

@@ -8,20 +8,6 @@ export function setupElegantRouter() {
base: 'src/layouts/base-layout/index.vue',
blank: 'src/layouts/blank-layout/index.vue'
},
customRoutes: {
names: [
'exception_403',
'exception_404',
'exception_500',
'document_project',
'document_project-link',
'document_vue',
'document_vite',
'document_unocss',
'document_naive',
'document_antd'
]
},
routePathTransformer(routeName, routePath) {
const key = routeName as RouteKey;