首页新增 搜索 定位页码 定义显示多少内容

This commit is contained in:
gaoxiongzaq
2023-08-22 10:16:02 +08:00
parent 779c7c77b7
commit 6f53b41baf
5 changed files with 140 additions and 60 deletions

View File

@@ -44,6 +44,10 @@ public class AttributeSetFilter implements Filter {
request.setAttribute("beian", ConfigConstants.getBeian());
request.setAttribute("size", ConfigConstants.maxSize());
request.setAttribute("deleteCaptcha", ConfigConstants.getDeleteCaptcha());
request.setAttribute("homePpageNumber", ConfigConstants.gethomePpageNumber());
request.setAttribute("homePagination", ConfigConstants.gethomePagination());
request.setAttribute("homePageSize", ConfigConstants.gethomePageSize());
request.setAttribute("homeSearch", ConfigConstants.gethomeSearch());
}
/**