feat: 配置管理由后端管理

This commit is contained in:
xlsea
2025-05-22 19:04:49 +08:00
parent 86de109431
commit 8a8e5d12ac
3 changed files with 9 additions and 26 deletions

View File

@ -123,32 +123,6 @@ const dynamicConstantRoutes: ElegantRoute[] = [
icon: 'material-symbols:account-circle-full',
hideInMenu: true
}
},
{
name: 'system',
path: '/system',
component: 'layout.base',
meta: {
title: 'system',
i18nKey: 'route.system',
localIcon: 'menu-system',
order: 1,
hideInMenu: true
},
children: [
{
name: 'system_oss-config',
path: '/system/oss-config',
component: 'view.system_oss-config',
meta: {
title: 'system_oss-config',
i18nKey: 'route.system_oss-config',
constant: true,
hideInMenu: true,
icon: 'hugeicons:configuration-01'
}
}
]
}
];