优化OSS源站相关代码

This commit is contained in:
GoEdgeLab
2023-06-13 15:40:40 +08:00
parent 23730890a7
commit 05100d0ac4
3 changed files with 3 additions and 0 deletions

View File

@@ -10,6 +10,7 @@ import (
func (this *AddOriginPopupAction) getOSSHook() { func (this *AddOriginPopupAction) getOSSHook() {
this.Data["ossTypes"] = []maps.Map{} this.Data["ossTypes"] = []maps.Map{}
this.Data["ossBucketParams"] = []maps.Map{}
this.Data["ossForm"] = "" this.Data["ossForm"] = ""
} }

View File

@@ -10,6 +10,7 @@ import (
func (this *AddPopupAction) getOSSHook() { func (this *AddPopupAction) getOSSHook() {
this.Data["ossTypes"] = []maps.Map{} this.Data["ossTypes"] = []maps.Map{}
this.Data["ossBucketParams"] = []maps.Map{}
this.Data["ossForm"] = "" this.Data["ossForm"] = ""
} }

View File

@@ -10,6 +10,7 @@ import (
func (this *UpdatePopupAction) getOSSHook() { func (this *UpdatePopupAction) getOSSHook() {
this.Data["ossTypes"] = []maps.Map{} this.Data["ossTypes"] = []maps.Map{}
this.Data["ossBucketParams"] = []maps.Map{}
this.Data["ossForm"] = "" this.Data["ossForm"] = ""
} }