feat: 完成系统监控页面

This commit is contained in:
chenchun
2026-01-05 15:44:48 +08:00
parent 6101ea46d3
commit b4a97e8b09
7 changed files with 43 additions and 178 deletions

View File

@@ -223,6 +223,14 @@ export const layoutRouter: RouteRecordRaw[] = [
title: '意心Ai-渠道商管理',
},
},
{
path: 'system-statistics',
name: 'consoleSystemStatistics',
component: () => import('@/pages/console/system-statistics/index.vue'),
meta: {
title: '意心Ai-系统统计',
},
},
],
},
],