mirror of
https://github.com/TeaOSLab/EdgeAdmin.git
synced 2025-11-29 08:00:25 +08:00
特殊页面改为自定义页面
This commit is contained in:
@@ -55,7 +55,7 @@ func (this *UpdatePopupAction) RunPost(params struct {
|
||||
Must *actions.Must
|
||||
}) {
|
||||
// 日志
|
||||
defer this.CreateLog(oplogs.LevelInfo, "修改特殊页面 %d", params.PageId)
|
||||
defer this.CreateLog(oplogs.LevelInfo, "修改自定义页面 %d", params.PageId)
|
||||
|
||||
params.Must.
|
||||
Field("status", params.Status).
|
||||
|
||||
Reference in New Issue
Block a user