|
@@ -281,13 +281,13 @@ onBeforeMount(() => {
|
|
|
}
|
|
|
//接收设备信息
|
|
|
if (e?.device_info) {
|
|
|
+ getInitExam();
|
|
|
deviceInfo.value = e.device_info;
|
|
|
let handcontroller_id = deviceInfo.value.handcontroller_id;
|
|
|
//启用才执行命令
|
|
|
if (deviceInfo.value.status) {
|
|
|
stateHand(handcontroller_id);
|
|
|
}
|
|
|
- getInitExam();
|
|
|
}
|
|
|
//获取手势状态
|
|
|
if (e?.cmd == 'get_handcontroller_state' && e?.state == 0) {
|