|
@@ -223,7 +223,7 @@ export default {
|
|
|
try {
|
|
|
checkBasePhoto = (await this.$http.get(
|
|
|
"/api/ecs_oe_student/examFaceLivenessVerify/checkFaceLiveness" +
|
|
|
- `?${this.user.id}` // 考生采用相同的机器考试,使用不同的请求的缓存
|
|
|
+ `?${this.user.token}` // 考生采用相同的机器考试,使用不同的请求的缓存
|
|
|
)).data;
|
|
|
this.spinShow = false;
|
|
|
if (!checkBasePhoto.success) {
|