Browse Source

日常开发

linxuxiang 4 tuần trước cách đây
mục cha
commit
de273065e5
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      src/utils/trainWs.ts

+ 1 - 1
src/utils/trainWs.ts

@@ -180,7 +180,7 @@ export function useWs() {
       }
       //状态变更
       if (e.cmd === 'set_exam_state') {
-        getClearExamStateTimer();
+        // getClearExamStateTimer();
         let index = examStateList.findIndex((item: any) => {
           return item.examId == e.exam_id;
         });