소스 검색

又拍云 -> 阿里云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();