mirror of
https://gitee.com/kekingcn/file-online-preview.git
synced 2026-03-15 05:33:52 +08:00
首页新增 搜索 定位页码 定义显示多少内容
This commit is contained in:
@@ -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());
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user