mirror of
https://github.com/hpd840321/craftlabs-authorization-sdk.git
synced 2026-06-09 10:00:30 +08:00
feat(m9): add subscription report config (localStorage MVP)
This commit is contained in:
@@ -188,6 +188,12 @@ const routes = [
|
||||
component: () => import("../views/ProfileView.vue"),
|
||||
meta: { roles: ["SYS_ADMIN", "SALES", "LICENSE_OPS"], title: "个人设置" },
|
||||
},
|
||||
{
|
||||
path: "reports/subscriptions",
|
||||
name: "report-subscriptions",
|
||||
component: () => import("../views/SubscriptionReportView.vue"),
|
||||
meta: { roles: ["SYS_ADMIN"], title: "报表订阅" },
|
||||
},
|
||||
{
|
||||
path: "reports/project-health",
|
||||
name: "project-health",
|
||||
|
||||
Reference in New Issue
Block a user