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

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
</Button>
<Button
<!-- <Button
@click="toggleAutoRenew"
:loading="autoRenewLoading"
variant="outline"
class="bg-gray-100 text-gray-700 hover:bg-gray-200"
>
{{ $domain.pg.auto_renew ? '关闭自动续费' : '开启自动续费' }}
</Button>
</Button> -->
<Button
@click="toggleWhoisProtection"
:loading="whoisProtectionLoading"