From dbcf4569984bc9a9e4d171b340bd43554e19686a Mon Sep 17 00:00:00 2001
From: cjl <276999030@qq.com>
Date: Thu, 13 Jul 2023 20:17:03 +0800
Subject: [PATCH] chore

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

diff --git a/src/components/Wind/Map.vue b/src/components/Wind/Map.vue
index 1f6858f..6e7ac77 100644
--- a/src/components/Wind/Map.vue
+++ b/src/components/Wind/Map.vue
@@ -1013,7 +1013,7 @@
         },
       }).then((data) => {
         // console.log('���������������������')
-        console.log(data,'tata')
+        console.log(data, 'tata')
         that.loading = false
         this.markDeviceSite(data)
       })
@@ -1368,6 +1368,11 @@
               },
             })
             .then((res) => {
+              if (res.message == '���������������������') {
+                var datafalse = '���������������������'
+                this.bindPopup(datafalse).openPopup()
+                return
+              }
               for (const key in res.data) {
                 var tempDecimal = res.data[key]
                   .replace(/[^\d.]/g, '')

--
Gitblit v1.8.0