From 96793ed66832fbeb253338a9949c7e5824f87bdd Mon Sep 17 00:00:00 2001
From: zhangxiao <898441624@qq.com>
Date: 星期五, 09 八月 2024 14:26:25 +0800
Subject: [PATCH] fix: 修改登录会话管理样式
---
src/router/routes/modules/authority.ts | 10 ++++++++++
1 files changed, 10 insertions(+), 0 deletions(-)
diff --git a/src/router/routes/modules/authority.ts b/src/router/routes/modules/authority.ts
index de853c3..64a81e7 100644
--- a/src/router/routes/modules/authority.ts
+++ b/src/router/routes/modules/authority.ts
@@ -32,6 +32,16 @@
roles: ['*'],
},
},
+ {
+ path: 'resource',
+ name: 'resource',
+ component: () => import('@/views/authority/resource/index.vue'),
+ meta: {
+ locale: 'menu.resource.title',
+ requiresAuth: true,
+ roles: ['*'],
+ },
+ },
],
};
--
Gitblit v1.8.0