人脸验证

dev
zhangyanli 2024-05-28 17:34:39 +08:00
parent e0d9a3fe38
commit 39544b2aa3
1 changed files with 1 additions and 1 deletions

View File

@ -150,7 +150,7 @@ export default {
this.CLASSCURRICULUM_ID = options.CLASSCURRICULUM_ID;
this.CLASS_ID = options.CLASS_ID;
this.STUDENT_ID = options.STUDENT_ID;
this.ISFACE = '0';
this.ISFACE = options.ISFACE;
this.fnInit();
},
onReady() {