소스 검색

活体检测新接口

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;