支持阿里云DNS

This commit is contained in:
刘祥超
2020-11-15 11:57:43 +08:00
parent 9ce8c83798
commit 5d652c2f77
14 changed files with 178 additions and 27 deletions

View File

@@ -1,7 +1,7 @@
Tea.context(function () {
this.updateProvider = function (providerId) {
teaweb.popup(Tea.url(".updatePopup?providerId=" + providerId), {
height: "26em",
height: "28em",
callback: function () {
teaweb.success("保存成功", function () {
teaweb.reload()
@@ -65,7 +65,6 @@ Tea.context(function () {
})
})
.done(function () {
domain.isSyncing = false
Vue.set(that.domains, index, domain)
})
})