Michael Wang 5 жил өмнө
parent
commit
bc4105561a

+ 2 - 3
src/features/OnlineExam/OnlineExamList.vue

@@ -357,9 +357,8 @@ export default {
         let faceLiveness = null;
         try {
           faceLiveness = await this.$http.get(
-            "/api/ecs_exam_work/exam/getExamPropertyFromCacheByStudentSession/" +
-              course.examId +
-              `/IS_FACE_VERIFY`
+            "/api/ecs_exam_work/exam/identificationOfLivingEnabled/" +
+              course.examId
           );
         } catch (error) {
           this.spinShow = false;