feat(projects): make branch main tiny & modify request retry times to 0

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

(cherry picked from commit daf58a6f22)

* feat(packages): change the default request retry count to `0`

(cherry picked from commit 96f4c82aec)
This commit is contained in:
青菜白玉汤
2024-07-12 10:55:23 +08:00
committed by Soybean
parent a454b620f1
commit 0379f95ecf
40 changed files with 19 additions and 3544 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;