mirror of
https://gitee.com/hhyykk/ipms-sjy-ui.git
synced 2025-07-15 19:35:07 +08:00
!148 【重构】Vue3 管理后台:[基础管理 -> Redis监控] 使用Echart组件实现
This commit is contained in:
@ -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,
|
||||
|
Reference in New Issue
Block a user