소스 검색

新活检:后台自动交卷

Michael Wang 5 년 전
부모
커밋
9d7a160a09
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/features/OnlineExam/Examing/ExamingHome.vue

+ 1 - 1
src/features/OnlineExam/Examing/ExamingHome.vue

@@ -645,7 +645,7 @@ export default {
       this.showFaceMotion = false;
       console.log(faceLiveResult);
       if (faceLiveResult.endExam) {
-        this.realSubmitPaper();
+        this.logout("?LogoutReason=活检后台交卷");
       } else if (faceLiveResult.needNextVerify) {
         this.initFaceLiveness();
       }