Selaa lähdekoodia

接口信息多试几次

Michael Wang 5 vuotta sitten
vanhempi
commit
ad0c61d41e
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1 1
      src/features/OnlineExam/Examing/ExamingHome.vue

+ 1 - 1
src/features/OnlineExam/Examing/ExamingHome.vue

@@ -568,7 +568,7 @@ export default {
       {
         const examRecordDataId = this.$route.params.examRecordDataId;
 
-        for (let i = 0; i < 5; i++) {
+        for (let i = 0; i < 100; i++) {
           try {
             const faceBiopsyBaseInfoData = await this.$http.get(
               "/api/ecs_oe_student/faceBiopsy/getFaceBiopsyBaseInfo?examRecordDataId=" +