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