mirror of
https://github.com/acepanel/panel.git
synced 2026-02-04 23:27:17 +08:00
fix: 新建证书后dns账号错误设置0
This commit is contained in:
@@ -40,7 +40,7 @@ const handleCreateCert = () => {
|
||||
window.$bus.emit('cert:refresh-async')
|
||||
show.value = false
|
||||
model.value.domains = []
|
||||
model.value.dns_id = 0
|
||||
model.value.dns_id = null
|
||||
model.value.type = 'P256'
|
||||
model.value.account_id = null
|
||||
model.value.website_id = null
|
||||
|
||||
Reference in New Issue
Block a user