From 176c22a8a0e65385ca1db7622ebba5a14614f5f7 Mon Sep 17 00:00:00 2001
From: sgj <1442489573@qq.com>
Date: 星期五, 27 二月 2026 15:12:30 +0800
Subject: [PATCH] 首页AI事件统计、抓拍展示,限制卡车和车牌标签;还款提醒限制修改

---
 fzzy-igdss-web/src/main/resources/templates/group/video.html |   36 +++++++++++++++++++-----------------
 1 files changed, 19 insertions(+), 17 deletions(-)

diff --git a/fzzy-igdss-web/src/main/resources/templates/group/video.html b/fzzy-igdss-web/src/main/resources/templates/group/video.html
index f85edf6..c664113 100644
--- a/fzzy-igdss-web/src/main/resources/templates/group/video.html
+++ b/fzzy-igdss-web/src/main/resources/templates/group/video.html
@@ -47,7 +47,7 @@
             background-color: #333;
 
             text-align: center;
-            line-height: 826px;
+            /*line-height: 826px;*/
             color: #FFF;
             font-size: 20px;
         }
@@ -59,7 +59,7 @@
             background-color: #333;
 
             text-align: center;
-            line-height: 413px;
+            /*line-height: 413px;*/
             color: #FFF;
             font-size: 20px;
         }
@@ -71,7 +71,7 @@
             background-color: #333;
 
             text-align: center;
-            line-height: 275.4px;
+            /*line-height: 275.4px;*/
             color: #FFF;
             font-size: 20px;
         }
@@ -83,7 +83,7 @@
             background-color: #333;
 
             text-align: center;
-            line-height: 206.5px;
+            /*line-height: 206.5px;*/
             color: #FFF;
             font-size: 20px;
         }
@@ -176,15 +176,15 @@
                     </div>
                     <div class="panel-box1-item">
                         <p><i><img th:src="@{/img/web/group/icon-user.png}"/></i>
-                            <span id="deptContact">
-                                寮犱笁
+                            <span id="yxcr">
+                                0
                             </span>
                         </p>
                     </div>
                     <div class="panel-box1-item">
                         <p><i><img th:src="@{/img/web/group/icon-phone.png}"/></i>
-                            <span id="deptPhone">
-                                18638530750
+                            <span id="cfs">
+                                0
                             </span>
                         </p>
                     </div>
@@ -276,21 +276,21 @@
                 <div>
                     <div class="panel-title" id="pieCharTitle">瑙嗛鐩戞帶</div>
                     <div class="fenping_icon">
-                        <img onclick="fenping(1)" id="f_1" style="width: 30px" th:src="@{/img/web/group/fp_1_active.png}"/>
-                        <img onclick="fenping(4)" id="f_4" style="width: 30px" th:src="@{/img/web/group/fp_4.png}"/>
+                        <img onclick="fenping(1)" id="f_1" style="width: 30px" th:src="@{/img/web/group/fp_1.png}"/>
+                        <img onclick="fenping(4)" id="f_4" style="width: 30px" th:src="@{/img/web/group/fp_4_active.png}"/>
                         <img onclick="fenping(9)" id="f_9" style="width: 30px" th:src="@{/img/web/group/fp_9.png}"/>
                         <img onclick="fenping(16)" id="f_16" style="width: 30px" th:src="@{/img/web/group/fp_16.png}"/>
                     </div>
                 </div>
                 <!--涓�鍒嗗睆 榛樿鏄剧ず-->
-                <div id="video_1" class="right-videoWrap">
+                <div id="video_1" class="right-videoWrap" style="display: none;">
                     <div id="f1_d1" class="div_v1 bor_t_l bor_b bor_r">
                         <video class="video" id="video1_1" autoplay="" muted="" playsinline=""></video>
                     </div>
                 </div>
 
                 <!--鍥涘垎灞� 榛樿鏄剧ず-->
-                <div id="video_4" class="right-videoWrap" style="display: none;">
+                <div id="video_4" class="right-videoWrap">
                     <div id="f4_d1" class="div_v4 bor_t_l">
                         <video class="video" id="video4_1" autoplay="" muted="" playsinline=""></video>
                     </div>
@@ -395,17 +395,19 @@
     </div>
 </div>
 <script th:src="@{/js/jquery.min.js}"></script>
-<script th:src="@{/ajax/libs/layui/layui.js}"></script>
 <script th:src="@{/ajax/libs/layer/layer.js}"></script>
+<script th:src="@{/ajax/libs/layui/layui.js}"></script>
 <script th:src="@{/common/constant.js}"></script>
 <script th:src="@{/common/igds-common.js}"></script>
 <script th:src="@{/group/video.js}"></script>
 <script th:inline="javascript">
-
-    var deptCur = [[${deptInfo}]]
+    var userId = [[${loginUser.loginName}]];
+    var companyId = [[${loginUser.companyId}]];
+    var bizType = [[${bizType}]];
+    var bizTag = [[${bizTag}]];
     var deptId = [[${deptId}]];
     var dicSlogan = [[${dicSlogan}]];
-    var cameraList = [[${cameraList}]];
+    var deptList = [[${deptList}]];
 
     //璁剧疆瀹氭椂鍒锋柊椤甸潰锛屼富瑕佷负浜嗛槻姝㈡帀绾�
     var timer2;
@@ -415,7 +417,7 @@
         }
         timer2 = setInterval(function () {
             window.location.href = window.location.href;
-        }, 60 * 60 * 1000);
+        }, 24*60 * 60 * 1000);
     };
 </script>
 </body>

--
Gitblit v1.9.3