From d87242f609a6ebaba6f2b45b2c0b41f961e92d4b Mon Sep 17 00:00:00 2001
From: GuLiMmo <2820890765@qq.com>
Date: Fri, 01 Mar 2024 20:16:00 +0800
Subject: [PATCH] update

---
 src/components/GMap.vue |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/src/components/GMap.vue b/src/components/GMap.vue
index 450193d..c10d0d9 100644
--- a/src/components/GMap.vue
+++ b/src/components/GMap.vue
@@ -1094,7 +1094,7 @@
         url: liveURL,
         video_id: videoId,
         url_type: 1,
-        video_quality: 0
+        video_quality: 1
       })
         .then(res => {
           if (res.code !== 0) return
@@ -1162,6 +1162,7 @@
           deviceInfo.device = data.deviceInfo[osdVisible.value.sn]
         }
       }
+
       if (data.currentType === EDeviceTypeName.Dock && data.dockInfo[data.currentSn]) {
         if (osdVisible.value.visible && osdVisible.value.is_dock && osdVisible.value.gateway_sn !== '') {
           deviceInfo.dock = data.dockInfo[osdVisible.value.gateway_sn]

--
Gitblit v1.9.3