From c671895fba11ce51f27c1083e479ccf92ab4a3b9 Mon Sep 17 00:00:00 2001
From: yangys <y_ys79@sina.com>
Date: 星期二, 18 十一月 2025 15:51:11 +0800
Subject: [PATCH] 设置名称
---
src/views/mdc/realtime-status/index.vue | 7 +++++--
.env.production | 3 ++-
2 files changed, 7 insertions(+), 3 deletions(-)
diff --git a/.env.production b/.env.production
index 4264cf4..af1db92 100644
--- a/.env.production
+++ b/.env.production
@@ -8,7 +8,8 @@
NODE_ENV = production
# 鏍囬
-VUE_APP_TITLE = 鍒堕�犱俊鎭鐞嗙郴缁�
+VUE_APP_TITLE = 宸ヤ笟姣嶆満涓瘯楠岃瘉浜戝钩鍙�
+#鍒堕�犱俊鎭鐞嗙郴缁�
# 鎺ュ彛鍦板潃
VUE_APP_API_BASEURL = /api
\ No newline at end of file
diff --git a/src/views/mdc/realtime-status/index.vue b/src/views/mdc/realtime-status/index.vue
index 462fa0b..22b38f8 100644
--- a/src/views/mdc/realtime-status/index.vue
+++ b/src/views/mdc/realtime-status/index.vue
@@ -378,9 +378,12 @@
item.active = true;
}
deviceNumAll += item.deviceNum;
+ /*
+ //璋冭瘯 鍚庣鏁版嵁宸茬粡鍙栨秷
if(item.statusName != '璋冭瘯') {
- newResData.push(item);
- }
+
+ }*/
+ newResData.push(item);
if(item.statusName == '鎶ヨ') {
item.icon = "Position";
}else if(item.statusName == '寰呮満') {
--
Gitblit v1.9.3