!148 【重构】Vue3 管理后台:[基础管理 -> Redis监控] 使用Echart组件实现

This commit is contained in:
shizhong
2023-06-13 14:05:17 +08:00
parent e81f8c51cb
commit 82f02cd9f3
2 changed files with 8 additions and 29 deletions

View File

@ -342,28 +342,6 @@ 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,