mirror of
https://github.com/hpd840321/craftlabs-authorization-sdk.git
synced 2026-06-09 18:10:30 +08:00
feat(web): add M9 reporting pages (contract-sn, callback stats, project health)
This commit is contained in:
@@ -140,6 +140,24 @@ const routes = [
|
||||
component: () => import("../views/NotificationSettingsView.vue"),
|
||||
meta: { roles: ["SYS_ADMIN"], title: "通知设置" },
|
||||
},
|
||||
{
|
||||
path: "reports/contract-sn",
|
||||
name: "contract-sn-report",
|
||||
component: () => import("../views/ContractSnReportView.vue"),
|
||||
meta: { roles: ["SYS_ADMIN", "DEVELOPER"], title: "合同 SN 报表" },
|
||||
},
|
||||
{
|
||||
path: "reports/callback-stats",
|
||||
name: "callback-stats",
|
||||
component: () => import("../views/CallbackStatsView.vue"),
|
||||
meta: { roles: ["SYS_ADMIN", "OPS"], title: "Callback 统计" },
|
||||
},
|
||||
{
|
||||
path: "reports/project-health",
|
||||
name: "project-health",
|
||||
component: () => import("../views/ProjectHealthView.vue"),
|
||||
meta: { roles: ["SYS_ADMIN"], title: "项目健康度" },
|
||||
},
|
||||
],
|
||||
},
|
||||
{ path: "/403", name: "forbidden", component: () => import("../views/ForbiddenView.vue") },
|
||||
|
||||
Reference in New Issue
Block a user