初始化
This commit is contained in:
10
WebUI/wwwroot/js_custom/rucs.js
Normal file
10
WebUI/wwwroot/js_custom/rucs.js
Normal file
@@ -0,0 +1,10 @@
|
||||
function rucs_log() {
|
||||
MyPost("/Server/RUCS_Log", { isSwal: false }, (res) => {
|
||||
$('.container-fluid').html(res);
|
||||
})
|
||||
}
|
||||
rucs_log();
|
||||
setInterval(() => {
|
||||
//rucs_log();
|
||||
},3000)
|
||||
|
||||
Reference in New Issue
Block a user