caipin 4 년 전
부모
커밋
8bfec71a9d
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      web/backstage/manager_bs.go

+ 1 - 1
web/backstage/manager_bs.go

@@ -35,7 +35,7 @@ type ManagerBs struct {
 func (c *ManagerBs) GetList() {
 	item, total := c.ServiceManager.GetAll()
 	dataList := map[string]interface{}{
-		"item":  item,
+		"items": item,
 		"total": total,
 	}
 	c.Ctx.JSON(iris.Map{