From 63ad2c3598400370dd7da5534659fd7e768a0a4a Mon Sep 17 00:00:00 2001
From: zengh <123456>
Date: Mon, 16 May 2022 17:29:46 +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