林旭祥 hace 6 meses
padre
commit
15a41eb92d
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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;
     });