From 9464e5a8d69ff40dd0fef0e02d1947de15621c24 Mon Sep 17 00:00:00 2001
From: husq <931347610@qq.com>
Date: Mon, 18 Sep 2023 09:27:06 +0800
Subject: [PATCH] 部分样式修改、添加视频播放组件
---
src/store/index.ts | 4 ++++
1 files changed, 4 insertions(+), 0 deletions(-)
diff --git a/src/store/index.ts b/src/store/index.ts
index 96f55bb..458ee4d 100644
--- a/src/store/index.ts
+++ b/src/store/index.ts
@@ -86,6 +86,7 @@
hmsInfo: {} as {
[sn: string]: DeviceHms[]
},
+ hmsInfoDetailSn: '' as string,
// 机场指令执行状态信息
devicesCmdExecuteInfo: {
} as DevicesCmdExecuteInfo,
@@ -133,6 +134,9 @@
dock.work_osd = info.host
}
},
+ SET_HMSInfo_DetailSn (state, data) {
+ state.hmsInfoDetailSn = data
+ },
SET_DRAW_VISIBLE_INFO (state, bool) {
state.drawVisible = bool
},
--
Gitblit v1.9.3