补充参数var bigFileCheck=false;

This commit is contained in:
yujh 2024-12-13 11:08:56 +08:00
parent 232d44c0fb
commit 70c4d1146e

View File

@ -32,6 +32,7 @@ var stopPageSetting = {
start:1 start:1
} }
var isHighSecurity; var isHighSecurity;
var bigFileCheck=false;
$(document).ready(function(){ $(document).ready(function(){
getWsId(); getWsId();
$('td,th').css('padding-top','0px'); $('td,th').css('padding-top','0px');