From a1e4e59e2b869f69b946899a506172a64ca4a9ad Mon Sep 17 00:00:00 2001 From: quanyawei <401863037@qq.com> Date: Mon, 20 Nov 2023 14:27:14 +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..84afd32 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