Add index to system management
This commit is contained in:
@@ -47,8 +47,8 @@ const root: RouteJsonObject[] = [
|
||||
absolutePath: '/system',
|
||||
id: 'systemFramework',
|
||||
component: React.lazy(() => import('@/pages/SystemFramework')),
|
||||
children: setTitle(system, '系统设置'),
|
||||
name: '系统设置',
|
||||
children: setTitle(system, '系统配置'),
|
||||
name: '系统配置',
|
||||
auth: true,
|
||||
permission: true
|
||||
},
|
||||
|
||||
@@ -27,7 +27,7 @@ const system: RouteJsonObject[] = [
|
||||
id: 'system-settings',
|
||||
component: React.lazy(() => import('@/pages/system/Settings')),
|
||||
name: '系统设置',
|
||||
icon: React.lazy(() => import('~icons/fatweb/setting.jsx')),
|
||||
icon: React.lazy(() => import('~icons/fatweb/option.jsx')),
|
||||
menu: true,
|
||||
autoHide: true
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user