KKSU
2024-01-09 cf68ee0531ebadbc7b27b8e6e56b9f3c4e893e05
src/main/java/com/xcong/farmer/cms/core/handler/PageDataParserHandler.java
@@ -77,7 +77,7 @@
                for (int i = startAndEnd[0]; i <= startAndEnd[1]; i++) {
                    PageChildData child = new PageChildData();
                    child.setIndex(i);
                    if (pageNo == 1) {
                    if (i == 1) {
                        child.setPath(path + "/index.html");
                    } else {
                        child.setPath(path + "/" + StrUtil.format(filename, i));