增加DNS域名管理

This commit is contained in:
刘祥超
2020-11-12 14:41:34 +08:00
parent a697ec65ac
commit a609a36795
16 changed files with 350 additions and 19 deletions

View File

@@ -38,7 +38,6 @@ func (this *UpdatePopupAction) RunGet(params struct {
this.ErrorPage(err)
return
}
}
this.Data["provider"] = maps.Map{
@@ -107,7 +106,6 @@ func (this *UpdatePopupAction) RunPost(params struct {
DnsProviderId: params.ProviderId,
Name: params.Name,
ApiParamsJSON: apiParams.AsJSON(),
RoutesJSON: nil,
})
if err != nil {
this.ErrorPage(err)