mirror of
https://github.com/hpd840321/craftlabs-authorization-sdk.git
synced 2026-06-09 10:00:30 +08:00
feat(m10): add audit event search and CSV export
This commit is contained in:
@@ -182,6 +182,12 @@ const routes = [
|
||||
component: () => import("../views/ProjectHealthView.vue"),
|
||||
meta: { roles: ["SYS_ADMIN"], title: "项目健康度" },
|
||||
},
|
||||
{
|
||||
path: "audit",
|
||||
name: "audit",
|
||||
component: () => import("../views/AuditSearchView.vue"),
|
||||
meta: { roles: ["SYS_ADMIN"], title: "审计日志" },
|
||||
},
|
||||
],
|
||||
},
|
||||
{ path: "/403", name: "forbidden", component: () => import("../views/ForbiddenView.vue") },
|
||||
|
||||
Reference in New Issue
Block a user