pull/265/head
xiaojunnuo 2024-11-22 10:05:21 +08:00
parent 5f8d70028a
commit 131ed13df1
1 changed files with 3 additions and 0 deletions

View File

@ -52,6 +52,9 @@
<a-form-item label="启用公共CNAME服务" :name="['private', 'commonCnameEnabled']">
<a-switch v-model:checked="formState.private.commonCnameEnabled" />
<div class="helper">
是否可以使用公共CNAME服务如果禁用且没有设置<router-link to="/sys/cname/provider">自定义CNAME服务</router-link>使CNAME
</div>
</a-form-item>
<a-form-item :wrapper-col="{ offset: 8, span: 16 }">