From 9cf32f84934cf13dba77e20fdddf8703e11b0c62 Mon Sep 17 00:00:00 2001 From: liudong <liudong> Date: 星期二, 13 八月 2024 20:04:20 +0800 Subject: [PATCH] agent会话开发 --- src/router/routes/modules/authority.ts | 12 +++++++++++- 1 files changed, 11 insertions(+), 1 deletions(-) diff --git a/src/router/routes/modules/authority.ts b/src/router/routes/modules/authority.ts index 64a81e7..d848aa2 100644 --- a/src/router/routes/modules/authority.ts +++ b/src/router/routes/modules/authority.ts @@ -9,7 +9,7 @@ locale: 'menu.authority', requiresAuth: true, icon: 'icon-lock', - order: 1, + order: 5, }, children: [ { @@ -42,6 +42,16 @@ roles: ['*'], }, }, + { + path: 'role', + name: 'role', + component: () => import('@/views/authority/role/index.vue'), + meta: { + locale: 'menu.role.title', + requiresAuth: true, + roles: ['*'], + }, + }, ], }; -- Gitblit v1.8.0