From 4cd062a6ef2e84acb048a125319e51c96aa35922 Mon Sep 17 00:00:00 2001
From: zengh <123456>
Date: Tue, 13 Apr 2021 16:56:08 +0800
Subject: [PATCH] 预警分析跳转bug修复,数据模式跳转添加

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

diff --git a/src/views/dataL/dataL.vue b/src/views/dataL/dataL.vue
index 32577e2..c4d54db 100644
--- a/src/views/dataL/dataL.vue
+++ b/src/views/dataL/dataL.vue
@@ -1139,7 +1139,7 @@
         this.getMap();
       } else {
         // this.re();
-        this.getMap();
+        console.log(`没有找到到window.frames[0].init`)
       }
     };
   },

--
Gitblit v1.9.3