feat(m9): add subscription report config (localStorage MVP)

This commit is contained in:
2026-05-25 15:05:18 +08:00
parent 1cef437fb3
commit 250c5cbfeb
4 changed files with 129 additions and 0 deletions
@@ -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",