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;