Michael Wang 5 роки тому
батько
коміт
bc4105561a
1 змінених файлів з 2 додано та 3 видалено
  1. 2 3
      src/features/OnlineExam/OnlineExamList.vue

+ 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;