mirror of
https://github.com/TeaOSLab/EdgeAdmin.git
synced 2025-11-03 20:40:26 +08:00
节点中实现重写规则
This commit is contained in:
@@ -33,6 +33,7 @@ func (this *CreatePopupAction) RunPost(params struct {
|
||||
Mode string
|
||||
RedirectStatus int
|
||||
ProxyHost string
|
||||
WithQuery bool
|
||||
IsBreak bool
|
||||
IsOn bool
|
||||
|
||||
@@ -67,6 +68,7 @@ func (this *CreatePopupAction) RunPost(params struct {
|
||||
Mode: params.Mode,
|
||||
RedirectStatus: types.Int32(params.RedirectStatus),
|
||||
ProxyHost: params.ProxyHost,
|
||||
WithQuery: params.WithQuery,
|
||||
IsBreak: params.IsBreak,
|
||||
IsOn: params.IsOn,
|
||||
})
|
||||
|
||||
@@ -53,6 +53,7 @@ func (this *UpdatePopupAction) RunPost(params struct {
|
||||
Mode string
|
||||
RedirectStatus int
|
||||
ProxyHost string
|
||||
WithQuery bool
|
||||
IsBreak bool
|
||||
IsOn bool
|
||||
|
||||
@@ -81,6 +82,7 @@ func (this *UpdatePopupAction) RunPost(params struct {
|
||||
Mode: params.Mode,
|
||||
RedirectStatus: types.Int32(params.RedirectStatus),
|
||||
ProxyHost: params.ProxyHost,
|
||||
WithQuery: params.WithQuery,
|
||||
IsBreak: params.IsBreak,
|
||||
IsOn: params.IsOn,
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user