mirror of
https://gitee.com/hhyykk/ipms-sjy-ui.git
synced 2025-07-15 19:35:07 +08:00
Redis监控图标使用Echart组件整合
This commit is contained in:
@ -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,
|
||||
|
Reference in New Issue
Block a user