#
yxFwq
2024-11-29 a647b566ec67a55a50b1a8a8e95abc2cd64aeea6
src/main/webapp/views/console.html
@@ -21,7 +21,7 @@
                <h6>AUTOMATIC WAREHOUSE WCS MONITORING DIAGRAM</h6>
            </div>
            <div class="head-right">
                <img src="../static/images/zy-logo.png" alt="中扬" height="44" width="80">
<!--                <img src="../static/images/zy-logo.png" alt="徐工汉云" height="44" width="80">-->
            </div>
        </div>
        <!-- 货架 + 堆垛机 + 入库站点 -->
@@ -607,8 +607,8 @@
                        // crns[i].bay = 15;
                        var offSet = 0;
                        unit = 60;
                        offSet = 325;
                        unit = 17;
                        offSet = 550;
                        if(crns[i].bay === 1){
@@ -780,7 +780,7 @@
    function carAnimate2() {
        // console.log("1=============1")
        $.ajax({
            url: baseUrl + "/console/rgv/site/data",
            url: baseUrl + "/rgv/console/rgv/site/data",
            headers: {'token': localStorage.getItem('token')},
            method: 'POST',
            success: function (res) {