瀏覽代碼

新活检:后台自动交卷

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();
       }