Forráskód Böngészése

新活检:后台自动交卷

Michael Wang 5 éve
szülő
commit
9d7a160a09
1 módosított fájl, 1 hozzáadás és 1 törlés
  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();
       }