mirror of
https://github.com/certd/certd.git
synced 2026-06-30 16:39:43 +08:00
feat: 新增证书申请参数模版管理,开放接口支持使用证书参数模版和指定证书申请参数
This commit is contained in:
@@ -197,6 +197,17 @@ export const certdResources = [
|
||||
keepAlive: true,
|
||||
},
|
||||
},
|
||||
{
|
||||
title: "certd.certApplyTemplate",
|
||||
name: "CertApplyTemplate",
|
||||
path: "/certd/cert/apply-template",
|
||||
component: "/certd/cert/apply-template/index.vue",
|
||||
meta: {
|
||||
icon: "ion:list-circle-outline",
|
||||
auth: true,
|
||||
keepAlive: true,
|
||||
},
|
||||
},
|
||||
{
|
||||
title: "certd.subDomain",
|
||||
name: "SubDomain",
|
||||
|
||||
Reference in New Issue
Block a user