From 0f7c0e33ac6110e7ccbd93c133ea5516f96b4df8 Mon Sep 17 00:00:00 2001
From: liuyg <376836862@qq.com>
Date: Thu, 08 Apr 2021 10:24:58 +0800
Subject: [PATCH] 4.8

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

diff --git a/src/views/dataL/dataL.vue b/src/views/dataL/dataL.vue
index 8ec013e..1b6a15d 100644
--- a/src/views/dataL/dataL.vue
+++ b/src/views/dataL/dataL.vue
@@ -370,14 +370,16 @@
                             </div>
                     </div>
                     <div class="r-b-map">
-                        <iframe
-                            id="mapDiv"
-                            ref="mapDiv"
+                        <el-row>
+                            <iframe
+                            id="supervisoryMap"
+                            ref="supervisoryMap"
                             :src="baseUrl"
                             frameborder="0"
                             width="100%"
                             height="100%"
-                        ></iframe>
+                            ></iframe>
+                        </el-row>
                     </div>
                 </div>
             </div>
@@ -388,6 +390,9 @@
 import echarts from 'echarts'
 const cityOptions = ['未确认', '真实火警', '非真实火警', '测试/巡检', '安全隐患'];
 export default {
+    created() {
+        this.baseUrl = `/map/index.html?openid=SupervisoryMap`;
+    },
     data(){
         return{
             name: '婴滋诚红谷滩凤凰花园东区',

--
Gitblit v1.9.3