feat: 适配初始菜单 SQL

This commit is contained in:
xlsea
2025-05-15 22:05:43 +08:00
parent 473a8cd6b7
commit 07a8d96f03
17 changed files with 230 additions and 209 deletions

View File

@ -8,6 +8,9 @@ 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']
},
routePathTransformer(routeName, routePath) {
const key = routeName as RouteKey;