diff --git a/frontend/src/router/index.ts b/frontend/src/router/index.ts index 30836c0f2ea34d712d4ab21931a028846b560518..f57e326e44be1c267dfc9eb7b640e3ade27489bc 100644 --- a/frontend/src/router/index.ts +++ b/frontend/src/router/index.ts @@ -128,6 +128,17 @@ let sidebarRoutes = [ ], } }, + { + path: '/audit', + name: 'Audit', + component: () => import('../views/Audit/Audit.vue'), + meta: { + title: 'audit', header_title: "审计日志", panel: "audit", icon: 'View', + breadcrumb: [ + { name: '审计日志' }, + ], + } + }, { path: '/usermanager',