Merge branch 'v2' into v2-dev

pull/229/head
xiaojunnuo 2024-10-20 03:01:44 +08:00
commit c2d43fed4b
4 changed files with 4 additions and 5 deletions

View File

@ -15,7 +15,6 @@ Certd 是一个免费全自动申请和自动部署更新SSL证书的管理系
* 邮件通知
* 私有化部署,保障数据安全
* 支持sqlitepostgresql数据库
* 免费、免费、免费([阿里云单个通配符域名证书最便宜也要1800/年](https://yundun.console.aliyun.com/?p=cas#/certExtend/buy/cn-hangzhou)
## 二、在线体验

View File

@ -61,8 +61,8 @@ export const certdResources = [
// {
// title: "邮箱设置",
// name: "EmailSetting",
// path: "/certd/settings/email",
// component: "/certd/settings/email-setting.vue",
// path: "/sys/settings/email",
// component: "/sys/settings/email-setting.vue",
// meta: {
// icon: "ion:mail-outline",
// auth: true

View File

@ -121,7 +121,7 @@ export default function (certPluginGroup: PluginGroup, formWrapperRef: any): Cre
}
return (
<div>
<router-link to={{ path: "/certd/settings/email" }}></router-link>()
<router-link to={{ path: "/sys/settings/email" }}></router-link>()
</div>
);
}

View File

@ -17,7 +17,7 @@
/>
<a-alert v-if="!settingStore.isPlus" class="m-1" type="info">
<template #message> 还没有配置邮件服务器<router-link :to="{ path: '/certd/settings/email' }">现在就去</router-link> </template>
<template #message> 还没有配置邮件服务器<router-link :to="{ path: '/sys/settings/email' }">现在就去</router-link> </template>
</a-alert>
</div>
</template>