mirror of
https://gitee.com/ulthon/ulthon_admin.git
synced 2026-07-01 15:32:48 +08:00
chore: 调整日志每页大小
This commit is contained in:
@@ -4,7 +4,7 @@ $(function () {
|
||||
};
|
||||
|
||||
var page = 1,
|
||||
limit = 600,
|
||||
limit = 200,
|
||||
noMoreData = false,
|
||||
isLoading = false; // 添加加载状态锁
|
||||
var $logContainer = $('#log-container');
|
||||
|
||||
Reference in New Issue
Block a user