mirror of
https://github.com/certd/certd.git
synced 2026-05-18 14:27:36 +08:00
chore: 1
This commit is contained in:
@@ -117,11 +117,11 @@ export default function (certPluginGroup: PluginGroup, formWrapperRef: any): Cre
|
|||||||
helper: {
|
helper: {
|
||||||
render: () => {
|
render: () => {
|
||||||
if (settingStore.isPlus) {
|
if (settingStore.isPlus) {
|
||||||
return "";
|
return "建议启用";
|
||||||
}
|
}
|
||||||
return (
|
return (
|
||||||
<div>
|
<div>
|
||||||
需要配置<router-link to={{ path: "/sys/settings/email" }}>邮件服务器</router-link>才能发送邮件(专业版请忽略)
|
建议启用,需要配置<router-link to={{ path: "/sys/settings/email" }}>邮件服务器</router-link>才能发送邮件(专业版请忽略)
|
||||||
</div>
|
</div>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user