Explorar el Código

停止考试属性缓存。修改考试属性后,考试总时长未生效。

Michael Wang hace 5 años
padre
commit
9a1b1aff4e
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. 2 2
      src/utils/axios.js

+ 2 - 2
src/utils/axios.js

@@ -198,8 +198,8 @@ qmInstance.get = cachingGet(qmInstance.get, [
   /\/api\/exam_question\/question\/\?question_id/,
   /\/api\/exam_question\/paper_struct\/\?exam_record_id=/,
   /\/api\/ecs_oe_student\/examQuestion\/getQuestionContent\?questionId=.*&exam_record_id=/,
-  /\/api\/ecs_exam_work\/exam\/\d+$/,
-  /\/api\/ecs_oe_student_face\/upyun$/,
+  // /\/api\/ecs_exam_work\/exam\/\d+$/,
+  // /\/api\/ecs_oe_student_face\/upyun$/,
   /\/api\/ecs_oe_student\/examFaceLivenessVerify\/checkFaceLiveness$/,
 ]);
 loadProgressBar(qmInstance);