From 9d792bbd1fa6ef7136dcca1cc2bd907dba9e6f57 Mon Sep 17 00:00:00 2001
From: shuishen <1109946754@qq.com>
Date: Fri, 03 Sep 2021 16:20:43 +0800
Subject: [PATCH] 视频相关更改

---
 src/components/map/main.vue |   14 +++++++++++++-
 1 files changed, 13 insertions(+), 1 deletions(-)

diff --git a/src/components/map/main.vue b/src/components/map/main.vue
index ddca33a..2e69e7e 100644
--- a/src/components/map/main.vue
+++ b/src/components/map/main.vue
@@ -125,6 +125,12 @@
         //     })
         // })
 
+
+
+
+
+
+
         var projection = getProjection("EPSG:4326");
         var projectionExtent = projection.getExtent();
         var size = getWidth(projectionExtent) / 256;
@@ -174,6 +180,12 @@
 
             })
         })
+
+
+
+
+
+
 
         this.parentParameter();
 
@@ -327,7 +339,7 @@
         },
 
         parentParameter () {
-          this.$emit('childParameter', this.ol2d)
+            this.$emit('childParameter', this.ol2d)
         }
     }
 }

--
Gitblit v1.9.3