Преглед на файлове

又拍云 -> 阿里云OSS

Michael Wang преди 5 години
родител
ревизия
58d286d375
променени са 2 файла, в които са добавени 2 реда и са изтрити 2 реда
  1. 1 1
      src/components/FaceRecognition/FaceRecognition.vue
  2. 1 1
      src/features/OnlineExam/Examing/FaceMotion/FaceMotion.vue

+ 1 - 1
src/components/FaceRecognition/FaceRecognition.vue

@@ -431,7 +431,7 @@ export default {
         params.append("fileSuffix", "png");
         params.append("fileMd5", fileMd5);
         const res = await this.$http.get(
-          "/api/ecs_oe_student/examControl/getCapturePhotoUpYunSign?" + params
+          "/api/ecs_oe_student/examControl/getCapturePhotoYunSign?" + params
         );
 
         // console.log(res);

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

@@ -1017,7 +1017,7 @@ export default {
         params.append("fileSuffix", "png");
         params.append("fileMd5", fileMd5);
         const res = await this.$http.get(
-          "/api/ecs_oe_student/examControl/getCapturePhotoUpYunSign?" + params
+          "/api/ecs_oe_student/examControl/getCapturePhotoYunSign?" + params
         );
 
         let myFormData = new FormData();