Add mail settings management to system settings page

This commit is contained in:
2023-12-04 17:12:22 +08:00
parent 6ff5e11f9d
commit d3bdbd0199
9 changed files with 206 additions and 2 deletions

View File

@@ -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',