mirror of
https://github.com/0xJacky/nginx-ui.git
synced 2025-05-11 02:15:48 +02:00
feat: support not-only Let's Encrypt service #16
This commit is contained in:
parent
3e90b838fd
commit
49b41d6eb7
6 changed files with 60 additions and 57 deletions
|
@ -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 () => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue