#
luxiaotao1123
2020-08-20 1310ca11b7aec973c6d75f986fb980b2446baafe
src/main/webapp/views/crn.html
@@ -190,7 +190,7 @@
        getCommandLog();
    },1000);
    setInterval(function () {
        getSiteOutput();
        getCrnOutput();
        operatorBlockShow();
    },500);
@@ -407,7 +407,7 @@
    }
    // 输送设备日志输出 -----------------------------------------------------------------------
    function getSiteOutput() {
    function getCrnOutput() {
        $.ajax({
            url: baseUrl + "/crn/output/site",
            headers: {'token': localStorage.getItem('token')},