mirror of
https://github.com/tznb1/TwoNav.git
synced 2025-08-10 08:51:49 +00:00
v2.0.16-20230425
This commit is contained in:
@@ -49,7 +49,7 @@ layui.use(['table','layer','form'], function () {
|
||||
var form = layui.form;
|
||||
var table = layui.table;
|
||||
var layer = layui.layer;
|
||||
var limit = localStorage.getItem(u + "_limit")??50;
|
||||
var limit = localStorage.getItem(u + "_limit") || 50;
|
||||
var api = get_api('read_log');
|
||||
var IDs = [];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user