mirror of
https://github.com/0xJacky/nginx-ui.git
synced 2025-05-12 02:45:49 +02:00
fix: dns manager issue
This commit is contained in:
parent
fcc22632ec
commit
c95aa36433
2 changed files with 93 additions and 89 deletions
|
@ -14,6 +14,10 @@ const code = computed(() => {
|
|||
})
|
||||
|
||||
function init() {
|
||||
data.configuration = {
|
||||
credentials: {},
|
||||
additional: {}
|
||||
}
|
||||
providers.value?.forEach((v: any, k: number) => {
|
||||
if (v.code === code.value) {
|
||||
provider_idx.value = k
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue