feat(m11): add password change with profile page

This commit is contained in:
2026-05-25 01:33:54 +08:00
parent 3ab1165e69
commit 36b6e395c5
5 changed files with 104 additions and 9 deletions
@@ -158,6 +158,12 @@ const routes = [
component: () => import("../views/CallbackStatsView.vue"),
meta: { roles: ["SYS_ADMIN", "OPS"], title: "Callback 统计" },
},
{
path: "profile",
name: "profile",
component: () => import("../views/ProfileView.vue"),
meta: { roles: ["SYS_ADMIN", "DEVELOPER", "OPS"], title: "个人设置" },
},
{
path: "reports/project-health",
name: "project-health",