pull/243/head
xiaojunnuo 2024-10-30 13:42:02 +08:00
parent 8cc2b64066
commit 262ad0b51c
1 changed files with 2 additions and 2 deletions

View File

@ -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>
); );
} }