mirror of
https://github.com/hpd840321/craftlabs-authorization-sdk.git
synced 2026-06-09 10:00:30 +08:00
feat(m11): add password reset, owner fields, system params
This commit is contained in:
@@ -200,6 +200,12 @@ const routes = [
|
||||
component: () => import("../views/AuditSearchView.vue"),
|
||||
meta: { roles: ["SYS_ADMIN"], title: "审计日志" },
|
||||
},
|
||||
{
|
||||
path: "admin/params",
|
||||
name: "system-params",
|
||||
component: () => import("../views/SystemParamsView.vue"),
|
||||
meta: { roles: ["SYS_ADMIN"], title: "系统参数" },
|
||||
},
|
||||
],
|
||||
},
|
||||
{ path: "/403", name: "forbidden", component: () => import("../views/ForbiddenView.vue") },
|
||||
|
||||
Reference in New Issue
Block a user