From c0a6f83459f63f7d4f17874dd8ed5970828526be Mon Sep 17 00:00:00 2001
From: guanqb <18720758508@163.com>
Date: Wed, 15 Mar 2023 15:31:17 +0800
Subject: [PATCH] Merge branch 'master' of http://192.168.0.105:10010/r/srs-police-affairs

---
 src/views/activity/components/videoControlBox.vue |    5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diff --git a/src/views/activity/components/videoControlBox.vue b/src/views/activity/components/videoControlBox.vue
index 1a43de5..536695c 100644
--- a/src/views/activity/components/videoControlBox.vue
+++ b/src/views/activity/components/videoControlBox.vue
@@ -281,10 +281,12 @@
 
                     }
                 })
+            }, {
+                headingOffset: -90
             })
 
             track.setModel('/model/qiche.gltf', {
-                scale: 0.8
+                scale: 1.2
             })
 
             tc.addTrack(track)
@@ -315,6 +317,7 @@
          * @return {*}
          */
         getRegionList (positionNewStr) {
+            console.log(positionNewStr)
             getRegionList({ page: 1, count: 15, range: positionNewStr }).then(res => {
                 let monitorData = res.data.data.list
                 this.initMonitoringIcon(monitorData)

--
Gitblit v1.9.3