实现特殊页面配置

This commit is contained in:
刘祥超
2020-09-20 08:58:48 +08:00
parent 00084a8f66
commit 9537fd499c
13 changed files with 400 additions and 3 deletions

View File

@@ -40,6 +40,9 @@ func (this *ServerHelper) createLeftMenu(action *actions.ActionObject) {
secondMenuItem, _ := action.Data["secondMenuItem"]
serverId := action.ParamInt64("serverId")
if serverId == 0 {
return
}
serverIdString := strconv.FormatInt(serverId, 10)
action.Data["serverId"] = serverId