#
Junjie
2025-11-18 8f2b1fc281755c110faff41b75d0182b44243811
src/main/webapp/views/console.html
@@ -648,11 +648,13 @@
                        //         break;
                        // }
                        if(crns[i].bay === 1){
                            crnEl.animate({left: offSet + 'px'}, 1000);
                        } else {
                            crnEl.animate({left: (offSet - unit + (crns[i].bay * unit)) + 'px'}, 1000);
                        }
                        crnEl.animate({left: offSet + 'px'}, 1000);
                        // if(crns[i].bay === 1){
                        //     crnEl.animate({left: offSet + 'px'}, 1000);
                        // } else {
                        //     crnEl.animate({left: (offSet - unit + (crns[i].bay * unit)) + 'px'}, 1000);
                        // }
                    }
                } else if (res.code === 403) {