注释域名详情页自动续费按钮

This commit is contained in:
jingrow 2025-08-02 21:01:48 +08:00
parent 45929cee6e
commit dbeca07573

View File

@ -75,14 +75,14 @@
> >
管理DNS 管理DNS
</Button> </Button>
<Button <!-- <Button
@click="toggleAutoRenew" @click="toggleAutoRenew"
:loading="autoRenewLoading" :loading="autoRenewLoading"
variant="outline" variant="outline"
class="bg-gray-100 text-gray-700 hover:bg-gray-200" class="bg-gray-100 text-gray-700 hover:bg-gray-200"
> >
{{ $domain.pg.auto_renew ? '关闭自动续费' : '开启自动续费' }} {{ $domain.pg.auto_renew ? '关闭自动续费' : '开启自动续费' }}
</Button> </Button> -->
<Button <Button
@click="toggleWhoisProtection" @click="toggleWhoisProtection"
:loading="whoisProtectionLoading" :loading="whoisProtectionLoading"