Add mail settings management to system settings page
This commit is contained in:
@@ -11,6 +11,16 @@ const system: RouteJsonObject[] = [
|
||||
icon: React.lazy(() => import('~icons/fatweb/setting.jsx')),
|
||||
menu: true
|
||||
},
|
||||
{
|
||||
path: 'settings',
|
||||
absolutePath: '/system/settings',
|
||||
id: 'system-settings',
|
||||
component: React.lazy(() => import('@/pages/system/Settings')),
|
||||
name: '系统设置',
|
||||
icon: React.lazy(() => import('~icons/fatweb/setting.jsx')),
|
||||
menu: true,
|
||||
autoHide: true
|
||||
},
|
||||
{
|
||||
path: 'user',
|
||||
absolutePath: '/system/user',
|
||||
|
||||
Reference in New Issue
Block a user