From ee4e0076832e55cf23b41bdf0426e11e26bb8a5c Mon Sep 17 00:00:00 2001
From: zengh <123456>
Date: Mon, 09 Aug 2021 09:17:22 +0800
Subject: [PATCH] 问题修复

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

diff --git a/src/views/distribution/index.vue b/src/views/distribution/index.vue
index b9f4ed9..267191a 100644
--- a/src/views/distribution/index.vue
+++ b/src/views/distribution/index.vue
@@ -243,7 +243,7 @@
 
   mounted() {
     this.$refs.DistributionMapDiv.onload = () => {
-      window.frames[1].init("AlertSecurity", {
+      window.frames[0].init("AlertSecurity", {
         x: this.form.jd,
         y: this.form.wd,
       });

--
Gitblit v1.9.3