소스 검색

断点续考消息一闪而过,可以以后再修改

Michael Wang 5 년 전
부모
커밋
c7c3ab247f
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. 2 0
      src/mixins/mixins.js

+ 2 - 0
src/mixins/mixins.js

@@ -79,6 +79,8 @@ Vue.mixin({
               );
             },
           });
+          // 断点续考消息一闪而过,此处可以加延迟
+          // await new Promise(resolve => setTimeout(() => resolve(), 3000));
           const res = await this.$http.get(
             "/api/ecs_oe_student/examControl/endExam"
           );