林旭祥 2 tygodni temu
rodzic
commit
e57e877832
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      src/views/gesture/index.vue

+ 1 - 1
src/views/gesture/index.vue

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