|
@@ -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();
|