增加menu自动化添加功能

This commit is contained in:
2021-06-11 08:06:44 +08:00
parent 1077f09755
commit 32167d4721
5 changed files with 135 additions and 27 deletions
+1 -1
View File
@@ -32,7 +32,7 @@ func (that *Context) Mtd(router [3]string) Map {
//打印
func (that *Context) Display(statu int, data interface{}) {
resp := Map{"statu": statu}
resp := Map{"status": statu}
if statu != 0 {
temp := Map{}