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

This commit is contained in:
YunaiV
2023-05-15 22:57:31 +08:00
parent ab7032f1ca
commit 3feb4828cd
2 changed files with 8 additions and 29 deletions

View File

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