From 1a3f7d044c7ec44b17256ea99a7005e5ad1d9d63 Mon Sep 17 00:00:00 2001
From: ytfl <ytfl@qq.com>
Date: 星期二, 19 八月 2025 18:59:36 +0800
Subject: [PATCH] #自动获取电视机配置信息

---
 src/main/webapp/views/console.html |   12 +++++++-----
 1 files changed, 7 insertions(+), 5 deletions(-)

diff --git a/src/main/webapp/views/console.html b/src/main/webapp/views/console.html
index 6f2ec70..513907f 100644
--- a/src/main/webapp/views/console.html
+++ b/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) {

--
Gitblit v1.9.1