husq
2023-09-18 9464e5a8d69ff40dd0fef0e02d1947de15621c24
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
  },