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 },