feat: 新增预览文件 host 黑名单机制

This commit is contained in:
kl
2024-03-06 19:49:59 +08:00
parent 787e9fe615
commit d1d8ffef7a
7 changed files with 134 additions and 56 deletions

View File

@@ -258,7 +258,7 @@
$(function () {
$('#table').bootstrapTable({
url: 'listFiles',
pageNumber: ${homePpageNumber},//初始化加载第一页
pageNumber: ${homePageNumber},//初始化加载第一页
pageSize:${homePageSize}, //初始化单页记录数
pagination: ${homePagination}, //是否分页
pageList: [5, 10, 20, 30, 50, 100, 200, 500],