优化申请证书界面

This commit is contained in:
GoEdgeLab
2022-10-27 19:44:50 +08:00
parent 1c0a2967f9
commit 7549ecd649
5 changed files with 13 additions and 5 deletions

View File

@@ -124,7 +124,7 @@
</td>
</tr>
<tr>
<td>证书域名列表 *</td>
<td class="title">证书域名列表 *</td>
<td>
<values-box name="" placeholder="域名" size="30" @change="changeDomains"></values-box>
<p class="comment">需要申请的证书中包含的域名列表<span v-if="authType == 'dns'">,所有域名必须是同一个顶级域名</span><span v-if="authType == 'http'">使用HTTP认证方式时域名中不能含有通配符</span></p>