From 262ad0b51c984b9940afb343925af5c050c2be82 Mon Sep 17 00:00:00 2001 From: xiaojunnuo Date: Wed, 30 Oct 2024 13:42:02 +0800 Subject: [PATCH] chore: 1 --- .../certd-client/src/views/certd/pipeline/certd-form/crud.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/ui/certd-client/src/views/certd/pipeline/certd-form/crud.tsx b/packages/ui/certd-client/src/views/certd/pipeline/certd-form/crud.tsx index dccffced..f4523a07 100644 --- a/packages/ui/certd-client/src/views/certd/pipeline/certd-form/crud.tsx +++ b/packages/ui/certd-client/src/views/certd/pipeline/certd-form/crud.tsx @@ -117,11 +117,11 @@ export default function (certPluginGroup: PluginGroup, formWrapperRef: any): Cre helper: { render: () => { if (settingStore.isPlus) { - return ""; + return "建议启用"; } return (
- 需要配置邮件服务器才能发送邮件(专业版请忽略) + 建议启用,需要配置邮件服务器才能发送邮件(专业版请忽略)
); }