From 3b0c9e51e16619e59b58e4ce9870e8f69e89259b Mon Sep 17 00:00:00 2001
From: rk <94314517@qq.com>
Date: 星期二, 21 十月 2025 17:42:11 +0800
Subject: [PATCH] 月台自动叫号处理问题

---
 screen/src/views/SecurityControl.vue |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/screen/src/views/SecurityControl.vue b/screen/src/views/SecurityControl.vue
index c358cb6..1f378c4 100644
--- a/screen/src/views/SecurityControl.vue
+++ b/screen/src/views/SecurityControl.vue
@@ -369,7 +369,7 @@
                     </div>
                   </div>
                   <div v-if="arr1.length == 0" style="width: 100%; height: 100%; display: flex; align-items: center; justify-content: center;">
-                    <img src="@/assets/images/default_empty.png" style="width: 120px; height: 120px;" alt="">
+                    <img src="@/assets/images/default_nowarning.png" style="width: 150px; height: 150px;" alt="">
                   </div>
                 </div>
               </div>
@@ -408,7 +408,7 @@
                     </div>
                   </div>
                   <div v-if="arr2.length == 0" style="width: 100%; height: 100%; display: flex; align-items: center; justify-content: center;">
-                    <img src="@/assets/images/default_empty.png" style="width: 120px; height: 120px;" alt="">
+                    <img src="@/assets/images/default_nowarning.png" style="width: 150px; height: 150px;" alt="">
                   </div>
                 </div>
               </div>

--
Gitblit v1.9.3