mirror of
https://github.com/certd/certd.git
synced 2026-07-07 21:17:42 +08:00
feat: 新增管理员针对用户流水线和证书监控管理功能
1. 新增后台管理页面:用户流水线管理、用户证书监控管理 2. 新增对应前后端接口与控制器 3. 添加多语言国际化配置 4. 修复导入顺序与多余空行问题 5. 补充证书申请类型选项
This commit is contained in:
@@ -230,6 +230,44 @@ export const sysResources = [
|
||||
auth: true,
|
||||
},
|
||||
},
|
||||
{
|
||||
title: "certd.sysResources.userDataManager",
|
||||
name: "UserDataManager",
|
||||
path: "/sys/user-data",
|
||||
redirect: "/sys/pipeline",
|
||||
meta: {
|
||||
icon: "ion:folder-open-outline",
|
||||
permission: "sys:settings:view",
|
||||
keepAlive: true,
|
||||
auth: true,
|
||||
},
|
||||
children: [
|
||||
{
|
||||
title: "certd.sysResources.pipelineManager",
|
||||
name: "SysPipelineManager",
|
||||
path: "/sys/pipeline",
|
||||
component: "/sys/pipeline/index.vue",
|
||||
meta: {
|
||||
icon: "ion:analytics-sharp",
|
||||
permission: "sys:settings:view",
|
||||
keepAlive: true,
|
||||
auth: true,
|
||||
},
|
||||
},
|
||||
{
|
||||
title: "certd.sysResources.siteMonitorManager",
|
||||
name: "SysSiteMonitorManager",
|
||||
path: "/sys/monitor/site",
|
||||
component: "/sys/monitor/site/index.vue",
|
||||
meta: {
|
||||
icon: "ion:videocam-outline",
|
||||
permission: "sys:settings:view",
|
||||
keepAlive: true,
|
||||
auth: true,
|
||||
},
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "certd.sysResources.suiteManager",
|
||||
name: "SuiteManager",
|
||||
|
||||
Reference in New Issue
Block a user