Redis监控图标使用Echart组件整合

This commit is contained in:
Chika
2023-05-12 15:30:01 +08:00
parent 7e3f6190a5
commit bf629a9554
2 changed files with 209 additions and 92 deletions

View File

@ -318,6 +318,28 @@ const remainingRouter: AppRouteRecordRaw[] = [
}
]
},
{
path: '/infra',
component: Layout,
name: 'InfraRedis',
meta: {
hidden: true
},
children: [
{
path: '/infra/redis',
component: () => import('@/views/infra/redis/index.vue'),
name: 'InfraRedis',
meta: {
noCache: true,
hidden: true,
canTo: true,
title: 'REDIS测试测试测试',
activeMenu: 'infra/redis/index'
}
}
]
},
{
path: '/property',
component: Layout,