mirror of
https://github.com/TeaOSLab/EdgeAdmin.git
synced 2025-11-27 05:00:25 +08:00
修复创建新服务时添加的源站被停用的Bug
This commit is contained in:
@@ -52,6 +52,7 @@ func (this *AddOriginPopupAction) RunPost(params struct {
|
|||||||
PortRange: port,
|
PortRange: port,
|
||||||
},
|
},
|
||||||
Description: "",
|
Description: "",
|
||||||
|
IsOn: true,
|
||||||
})
|
})
|
||||||
if err != nil {
|
if err != nil {
|
||||||
this.ErrorPage(err)
|
this.ErrorPage(err)
|
||||||
|
|||||||
Reference in New Issue
Block a user