From 06614321a4cd48bc26d1d1a7dad13da093e37ee4 Mon Sep 17 00:00:00 2001 From: quanyawei <401863037@qq.com> Date: Mon, 25 Sep 2023 11:18:51 +0800 Subject: [PATCH] fix:新增系统管理 --- src/route/authority.router.ts | 15 +++++++++++++-- 1 files changed, 13 insertions(+), 2 deletions(-) diff --git a/src/route/authority.router.ts b/src/route/authority.router.ts index b2b8633..4a62265 100644 --- a/src/route/authority.router.ts +++ b/src/route/authority.router.ts @@ -30,7 +30,18 @@ routerGuard: true, i18n:`menu.list.menu` }, - }], - }; + }, + { + path: 'unit', + name: '/authority/unit', + component: () => import('@/views/list/Unit.vue'), + meta: { + title: '������������', + routerGuard: true, + i18n:`menu.list.unit` + }, + } + ], +}; export default router; -- Gitblit v1.8.0