特殊页面改为自定义页面

This commit is contained in:
刘祥超
2022-03-31 14:53:07 +08:00
parent 00f6387182
commit 5ed863c5ec
10 changed files with 11 additions and 11 deletions

View File

@@ -80,7 +80,7 @@ func (this *CreatePopupAction) RunPost(params struct {
this.Data["page"] = pageConfig
// 日志
defer this.CreateLog(oplogs.LevelInfo, "创建特殊页面 %d", pageId)
defer this.CreateLog(oplogs.LevelInfo, "创建自定义页面 %d", pageId)
this.Success()
}