This commit is contained in:
2023-03-09 14:41:26 +08:00
parent 9f97e99353
commit d1b722176d
+1 -1
View File
@@ -14,7 +14,7 @@ func Index(c *gin.Context) {
if p < 1 {
p = 1
}
limit := 5
limit := 100
start := (p - 1) * limit
list := make([]*Article, 0)