mirror of
https://github.com/hpd840321/craftlabs-authorization-sdk.git
synced 2026-06-09 18:10:30 +08:00
feat(m11): add password change with profile page
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user