实现修改缓存配置

This commit is contained in:
GoEdgeLab
2020-09-20 16:28:16 +08:00
parent b907619117
commit 679d60d654
9 changed files with 144 additions and 20 deletions

View File

@@ -33,7 +33,7 @@ func (this *IndexAction) RunGet(params struct {
}
this.Data["webId"] = webConfig.Id
this.Data["statConfig"] = webConfig.Stat
this.Data["statConfig"] = webConfig.StatRef
this.Show()
}