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