|
@@ -673,7 +673,7 @@ export default {
|
|
|
action: "同步比对开始",
|
|
|
});
|
|
|
const res = await this.$http.post(
|
|
|
- "/api/ecs_oe_student_face/examCaptureQueue/compareFaceSync?signIdentifier=" +
|
|
|
+ "/api/ecs_oe_student/examCaptureQueue/compareFaceSync?signIdentifier=" +
|
|
|
signIdentifier +
|
|
|
"&fileUrl=" +
|
|
|
encodeURIComponent(captureFilePath)
|
|
@@ -827,7 +827,7 @@ export default {
|
|
|
});
|
|
|
}
|
|
|
const res = await this.$http.post(
|
|
|
- "/api/ecs_oe_student_face/examCaptureQueue/uploadExamCapture",
|
|
|
+ "/api/ecs_oe_student/examCaptureQueue/uploadExamCapture",
|
|
|
body
|
|
|
);
|
|
|
const fileName = res.data;
|
|
@@ -879,7 +879,7 @@ export default {
|
|
|
const snapRes =
|
|
|
(
|
|
|
await this.$http.get(
|
|
|
- "/api/ecs_oe_student_face/examCaptureQueue/getExamCaptureResult?fileName=" +
|
|
|
+ "/api/ecs_oe_student/examCaptureQueue/getExamCaptureResult?fileName=" +
|
|
|
fileName +
|
|
|
"&examRecordDataId=" +
|
|
|
examRecordDataId
|