feat: support not-only Let's Encrypt service #16

This commit is contained in:
Jacky 2024-04-30 17:16:14 +08:00
parent 3e90b838fd
commit 49b41d6eb7
No known key found for this signature in database
GPG key ID: 215C21B10DF38B4D
6 changed files with 60 additions and 57 deletions

View file

@ -34,9 +34,8 @@ const mounted = ref(false)
watch(id, init)
watch(current, () => {
data.value.acme_user_id = current.value.id
if (!mounted.value)
data.value.acme_user_id = 0
if (mounted.value)
data.value.acme_user_id = current.value.id
})
onMounted(async () => {