소스 검색

2023-02-20 update

1. fix 学员端  定时检测时长改为10分钟
moccus 2 년 전
부모
커밋
774ae32469
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      exam-06173-vue/src/views/web/course/components/ReadCheck.vue

+ 1 - 1
exam-06173-vue/src/views/web/course/components/ReadCheck.vue

@@ -106,7 +106,7 @@ export default {
     // 初始化定时器
     initTimer() {
       // 10秒时间来确认
-      this.stopSec = this.timeSec + 30
+      this.stopSec = this.timeSec + 600
 
       this.checkTimer = setInterval(() => {
         if (this.goSec >= this.timeSec && !this.dialogVisible) {