From 3ffa64648831ceade32fba83047d0e99ff92c990 Mon Sep 17 00:00:00 2001
From: 张涛 <“2538313560@qq.com”>
Date: 星期一, 18 十一月 2024 14:06:00 +0800
Subject: [PATCH] fix:改动
---
src/router/routes/modules/authority.ts | 12 ++++++++++++
1 files changed, 12 insertions(+), 0 deletions(-)
diff --git a/src/router/routes/modules/authority.ts b/src/router/routes/modules/authority.ts
index d848aa2..44904a5 100644
--- a/src/router/routes/modules/authority.ts
+++ b/src/router/routes/modules/authority.ts
@@ -10,6 +10,7 @@
requiresAuth: true,
icon: 'icon-lock',
order: 5,
+ activeMenu:false,
},
children: [
{
@@ -52,6 +53,17 @@
roles: ['*'],
},
},
+ {
+ path: 'group',
+ name: 'group',
+ component: () => import('@/views/authority/group/index.vue'),
+ meta: {
+ locale: 'menu.group.title',
+ // locale: '鐢ㄦ埛缁�',
+ requiresAuth: true,
+ roles: ['*'],
+ },
+ },
],
};
--
Gitblit v1.8.0