Add software and hardware statistics

This commit is contained in:
2023-12-06 18:30:10 +08:00
parent 46ce9823e2
commit eb264e2b85
16 changed files with 1310 additions and 105 deletions

View File

@@ -7,8 +7,8 @@ const system: RouteJsonObject[] = [
absolutePath: '/system',
id: 'system',
component: React.lazy(() => import('@/pages/system')),
name: '系统设置',
icon: React.lazy(() => import('~icons/fatweb/setting.jsx')),
name: '系统概况',
icon: React.lazy(() => import('~icons/fatweb/chart.jsx')),
menu: true
},
{