feat: 新增 redis 监控

This commit is contained in:
xlsea
2025-04-27 18:32:40 +08:00
parent 9edd78e581
commit 63b49f1d40
9 changed files with 762 additions and 2 deletions

View File

@ -84,6 +84,15 @@ export const generatedRoutes: GeneratedRoute[] = [
i18nKey: 'route.monitor'
},
children: [
{
name: 'monitor_cache',
path: '/monitor/cache',
component: 'view.monitor_cache',
meta: {
title: 'monitor_cache',
i18nKey: 'route.monitor_cache'
}
},
{
name: 'monitor_login-infor',
path: '/monitor/login-infor',