mirror of
https://github.com/certd/certd.git
synced 2026-04-24 04:17:25 +08:00
perf: 支持授权给管理员查看和下载用户证书
This commit is contained in:
@@ -204,6 +204,17 @@ export const certdResources = [
|
||||
isMenu: true,
|
||||
},
|
||||
},
|
||||
{
|
||||
title: "certd.userGrant",
|
||||
name: "UserGrantSetting",
|
||||
path: "/certd/mine/grant",
|
||||
component: "/certd/mine/grant/index.vue",
|
||||
meta: {
|
||||
icon: "mi:user-check",
|
||||
auth: true,
|
||||
isMenu: true,
|
||||
},
|
||||
},
|
||||
{
|
||||
title: "certd.userProfile",
|
||||
name: "UserProfile",
|
||||
|
||||
Reference in New Issue
Block a user