From df11056935e0c2c8b13d29277c5669ace39d13b6 Mon Sep 17 00:00:00 2001
From: liuyg <376836862@qq.com>
Date: Fri, 07 May 2021 16:11:54 +0800
Subject: [PATCH] 地图弹窗

---
 public/map/popup/html/FlareClusterLayer_v3 copy.html |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/public/map/popup/html/FlareClusterLayer_v3 copy.html b/public/map/popup/html/FlareClusterLayer_v3 copy.html
index aeae7de..d8d0ae1 100644
--- a/public/map/popup/html/FlareClusterLayer_v3 copy.html
+++ b/public/map/popup/html/FlareClusterLayer_v3 copy.html
@@ -364,7 +364,7 @@
                     } else if (dat.dtype == 1) {//el-tabs__active-bar
                         ct.style.backgroundImage = 'linear-gradient(to right, #32C1A2 , #32C1A2';
                         cordActive.style.backgroundImage = 'linear-gradient(to right, #32C1A2 , #32C1A2';
-                        this.statesss = '在线';
+                        this.statesss = '正常';
                     } else if (dat.dtype == 0) {
                         ct.style.backgroundImage = 'linear-gradient(to right, #CDCDCD , #CDCDCD';
                         cordActive.style.backgroundImage = 'linear-gradient(to right, #CDCDCD , #CDCDCD';
@@ -373,7 +373,7 @@
                     } else if (dat.dtype == 2) {
                         ct.style.backgroundImage = 'linear-gradient(to right, #F35B5B , #F35B5B';
                         cordActive.style.backgroundImage = 'linear-gradient(to right, #F35B5B , #F35B5B';
-                        this.statesss = '警报';
+                        this.statesss = '预警';
                     }
 
 

--
Gitblit v1.9.3