mirror of https://github.com/certd/certd
fix: 修复Cname情况下,无法使用DNS类型的bug
parent
2689e6d6c0
commit
26dad399d5
|
@ -33,7 +33,7 @@
|
|||
<span class="label">DNS类型:</span>
|
||||
<span class="input">
|
||||
<fs-dict-select
|
||||
v-model="item.dnsProviderType"
|
||||
v-model:value="item.dnsProviderType"
|
||||
size="small"
|
||||
:dict="dnsProviderTypeDict"
|
||||
placeholder="DNS提供商"
|
||||
|
|
Loading…
Reference in New Issue