林旭祥 5 ay önce
ebeveyn
işleme
44191e5bda
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  1. 1 1
      src/utils/trainWs.ts

+ 1 - 1
src/utils/trainWs.ts

@@ -59,8 +59,8 @@ export function useWs() {
     socket.on('connect', async (e: any) => {
       callback({ cmd: 'mySid', data: { sid: socket.id.replace('/midexam#', '') } });
       if (testList.length > 1) {
+        
         //单WS多区直接执行
-
         for (const item of testList) {
           await delay(100); // 延时
           let examId = `${parameter.project}_${item}`;