mirror of
https://github.com/certd/certd.git
synced 2026-04-24 12:27:25 +08:00
perf: 证书申请任务默认不发送申请成功通知
This commit is contained in:
@@ -33,7 +33,7 @@ export abstract class CertApplyBasePlugin extends CertApplyBaseConvertPlugin {
|
|||||||
|
|
||||||
@TaskInput({
|
@TaskInput({
|
||||||
title: "证书申请成功通知",
|
title: "证书申请成功通知",
|
||||||
value: true,
|
value: false,
|
||||||
component: {
|
component: {
|
||||||
name: "a-switch",
|
name: "a-switch",
|
||||||
vModel: "checked",
|
vModel: "checked",
|
||||||
@@ -41,7 +41,7 @@ export abstract class CertApplyBasePlugin extends CertApplyBaseConvertPlugin {
|
|||||||
order: 100,
|
order: 100,
|
||||||
helper: "证书申请成功后是否发送通知,优先使用默认通知渠道",
|
helper: "证书申请成功后是否发送通知,优先使用默认通知渠道",
|
||||||
})
|
})
|
||||||
successNotify = true;
|
successNotify = false;
|
||||||
|
|
||||||
// @TaskInput({
|
// @TaskInput({
|
||||||
// title: "CsrInfo",
|
// title: "CsrInfo",
|
||||||
|
|||||||
Reference in New Issue
Block a user