修复创建新服务时添加的源站被停用的Bug

This commit is contained in:
GoEdgeLab
2021-01-11 20:20:17 +08:00
parent 18f0f13cd0
commit a1f610ea86

View File

@@ -52,6 +52,7 @@ func (this *AddOriginPopupAction) RunPost(params struct {
PortRange: port,
},
Description: "",
IsOn: true,
})
if err != nil {
this.ErrorPage(err)