|
@@ -286,8 +286,8 @@ onBeforeMount(() => {
|
|
//启用才执行命令
|
|
//启用才执行命令
|
|
if (deviceInfo.value.status) {
|
|
if (deviceInfo.value.status) {
|
|
stateHand(handcontroller_id);
|
|
stateHand(handcontroller_id);
|
|
- getInitExam();
|
|
|
|
}
|
|
}
|
|
|
|
+ getInitExam();
|
|
}
|
|
}
|
|
//获取手势状态
|
|
//获取手势状态
|
|
if (e?.cmd == 'get_handcontroller_state' && e?.state == 0) {
|
|
if (e?.cmd == 'get_handcontroller_state' && e?.state == 0) {
|