From 53c88484130d109dcc0cbb21bc0bb20a1b3220bd Mon Sep 17 00:00:00 2001
From: zengh <123456>
Date: Sat, 08 May 2021 15:27:55 +0800
Subject: [PATCH] iframe替换

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

diff --git a/src/views/policeTracking/policeTracking.vue b/src/views/policeTracking/policeTracking.vue
index 434c630..f0482b2 100644
--- a/src/views/policeTracking/policeTracking.vue
+++ b/src/views/policeTracking/policeTracking.vue
@@ -594,7 +594,7 @@
     this.getAudios();
     this.getImgAndVideo();
     this.$refs.mapDiv.onload = () => {
-      window.frames[0].init("AlertSecurity", {
+      window.frames[1].init("AlertSecurity", {
         x: this.form.jd,
         y: this.form.wd,
       });

--
Gitblit v1.9.3