luxiaotao1123
2020-08-20 b8d497fd98941629387717c6d6aaf6185d643797
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')},