diff --git a/src/router/modules/remaining.ts b/src/router/modules/remaining.ts
index 4f5a16bd..6cc8746b 100644
--- a/src/router/modules/remaining.ts
+++ b/src/router/modules/remaining.ts
@@ -330,6 +330,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,
diff --git a/src/views/infra/redis/index.vue b/src/views/infra/redis/index.vue
index 8315a207..0d68c88f 100644
--- a/src/views/infra/redis/index.vue
+++ b/src/views/infra/redis/index.vue
@@ -1,7 +1,6 @@
-
@@ -51,127 +50,223 @@
-
+
-
+
-