| | |
| | | model: gateway?.device_name, |
| | | callsign: gateway?.nickname, |
| | | sn: gateway?.device_sn, |
| | | domain: gateway?.domain |
| | | domain: gateway?.domain, |
| | | device_domain: child.domain, |
| | | device_type: child.type, |
| | | device_sub_type: child.sub_type |
| | | }, |
| | | payload: [] |
| | | } |
| | |
| | | osdVisible.value.is_dock = isDock |
| | | osdVisible.value.gateway_callsign = device.gateway.callsign |
| | | osdVisible.value.payloads = device.payload |
| | | osdVisible.value.device_domain = device.gateway.device_domain |
| | | osdVisible.value.device_sub_type = device.gateway.device_sub_type |
| | | osdVisible.value.device_type = device.gateway.device_type |
| | | } |
| | | console.log(osdVisible.value, 'value') |
| | | store.commit('SET_OSD_VISIBLE_INFO', osdVisible.value) |
| | | store.commit('SET_HMSInfo_DetailSn', sn) |
| | | } |