mirror of
https://github.com/m-xlsea/ruoyi-plus-soybean.git
synced 2025-09-24 07:49:47 +08:00
feat: 新增 redis 监控
This commit is contained in:
@ -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',
|
||||
|
Reference in New Issue
Block a user