From d515dcda54bde1e779df761c23205427a72b18a4 Mon Sep 17 00:00:00 2001
From: quanyawei <401863037@qq.com>
Date: Thu, 01 Feb 2024 16:42:37 +0800
Subject: [PATCH] fix:断线监控

---
 src/components/Wind/Map.vue |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/src/components/Wind/Map.vue b/src/components/Wind/Map.vue
index 1c38cb7..d69e54c 100644
--- a/src/components/Wind/Map.vue
+++ b/src/components/Wind/Map.vue
@@ -554,6 +554,9 @@
     window.deviceDetail = this.deviceDetail
   },
   created () {
+    if (this.$store.state.orgId === 72) {
+      this.changeColor = 1
+    }
     const newLL = this.bd09togcj02(this.jingduNew, this.weiduNew) // ���������������������������������
     this.jingduNew = newLL[1]
     this.weiduNew = newLL[0]

--
Gitblit v1.8.0