系统设置
角色
This commit is contained in:
pan.wl.2
2024-11-04 15:10:41 +08:00
parent b0fb34b40a
commit 9148ac262e

View File

@@ -116,7 +116,7 @@ public class PcServiceImpI implements IPcService {
articlesHostList.add(map);
}
indexData.put("pages", JSONArray.parseArray(decoratePage.getData()));
indexData.put("page", decoratePage);
indexData.put("all", articlesAllList);
indexData.put("new", articlesNewList);
indexData.put("hot", articlesHostList);