Files

10 lines
198 B
JavaScript
Raw Permalink Normal View History

2025-11-26 11:18:26 +08:00
function rucs_log() {
MyPost("/Server/RUCS_Log", { isSwal: false }, (res) => {
$('.container-fluid').html(res);
})
}
rucs_log();
setInterval(() => {
//rucs_log();
},3000)