阶段性提交

This commit is contained in:
GoEdgeLab
2020-08-21 12:32:16 +08:00
parent e6266b7dc3
commit 8f22f2fda1
181 changed files with 4897 additions and 218 deletions

View File

@@ -61,7 +61,7 @@ func (this *ParentAction) SecondMenu(menuItem string) {
}
func (this *ParentAction) AdminId() int64 {
return int64(this.Context.GetInt("adminId"))
return this.Context.GetInt64("adminId")
}
func (this *ParentAction) CreateLog(level string, description string, args ...interface{}) {

View File

@@ -25,6 +25,7 @@ func (this *Tabbar) Add(name string, subName string, url string, icon string, ac
"url": url,
"icon": icon,
"active": active,
"right": false,
}
this.items = append(this.items, m)
return m