From 4a867727d81b9513e675ad396903368c6a293dca Mon Sep 17 00:00:00 2001 From: whychdw <496960745@qq.com> Date: 星期二, 06 五月 2025 09:42:51 +0800 Subject: [PATCH] 内容提交 --- src/router/admin.routes.ts | 27 ++++++++++++++++++++++++++- 1 files changed, 26 insertions(+), 1 deletions(-) diff --git a/src/router/admin.routes.ts b/src/router/admin.routes.ts index c5a0906..d9b81ca 100644 --- a/src/router/admin.routes.ts +++ b/src/router/admin.routes.ts @@ -2,6 +2,32 @@ const routes: RouteVO[] = [ { + path: "/device", + component: "Layout", + redirect: "/device/real", + name: "/device", + meta: { + title: "璁惧绠$悊", + icon: "system", + hidden: false, + alwaysShow: false, + }, + children: [ + { + path: "real", + component: "device/index", + name: "DeviceReal", + meta: { + title: "璁惧瀹炴椂绠$悊", + icon: "el-icon-User", + hidden: false, + keepAlive: true, + alwaysShow: false, + }, + }, + ], + }, + { path: "/system", component: "Layout", redirect: "/system/user", @@ -24,7 +50,6 @@ keepAlive: true, alwaysShow: false, }, - children: [], }, ], }, -- Gitblit v1.9.1