fix: dns manager issue

This commit is contained in:
0xJacky 2023-04-13 15:03:17 +08:00
parent fcc22632ec
commit c95aa36433
No known key found for this signature in database
GPG key ID: B6E4A6E4A561BAF0
2 changed files with 93 additions and 89 deletions

View file

@ -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