소스 검색

日常开发

林旭祥 2 주 전
부모
커밋
e57e877832
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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) {