林旭祥 hace 2 semanas
padre
commit
e57e877832
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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) {