系统参数 路由图标调整

This commit is contained in:
zhuangdashia 2025-06-25 14:28:43 +08:00
parent e413b30f00
commit 824d465ec9

View File

@ -280,11 +280,11 @@ export const generatedRoutes: GeneratedRoute[] = [
},
children: [
{
name: 'system_manager',
name: 'system_variable',
path: '/system/manager',
component: 'view.system_manager',
meta: {
title: 'system_manager',
title: 'system_variable',
icon: 'system:parameter',
i18nKey: 'route.system_variable'
}