chore: 调整日志每页大小

This commit is contained in:
augushong
2025-10-10 22:36:48 +08:00
parent 247bfd1966
commit 3eab01197e

View File

@@ -4,7 +4,7 @@ $(function () {
};
var page = 1,
limit = 600,
limit = 200,
noMoreData = false,
isLoading = false; // 添加加载状态锁
var $logContainer = $('#log-container');