소스 검색

修改备注

林旭祥 6 달 전
부모
커밋
15a41eb92d
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/utils/ws.ts

+ 1 - 1
src/utils/ws.ts

@@ -42,7 +42,7 @@ export const initWs = (data: any, callback: any) => {
     return obj;
   });
   loadingTime = setTimeout(() => {
-    //30秒还在0状态就算超时
+    //20秒还在0状态就算超时
     let list = examStateList.filter((item: any) => {
       return item.examState == 0;
     });