From 0be474833723f98d3347880c874e939b55f920ed Mon Sep 17 00:00:00 2001
From: chenyao <1219716595@qq.com>
Date: Sat, 19 Apr 2025 16:36:40 +0800
Subject: [PATCH] feat: 修复智引即飞和多在线无人机直播
---
src/store/modules/home.js | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/src/store/modules/home.js b/src/store/modules/home.js
index f4b0ca8..4012aeb 100644
--- a/src/store/modules/home.js
+++ b/src/store/modules/home.js
@@ -77,6 +77,7 @@
window.localStorage.setItem('bs_workspace_id', id)
},
setOsdVisibleInfo: (state, info) => {
+ console.log('存储',info)
state.osdVisible = Object.assign({}, info)
window.localStorage.setItem('bs_osd', JSON.stringify(info))
},
--
Gitblit v1.9.3