|
@@ -248,7 +248,7 @@ export default {
|
|
|
examRecordData: [],
|
|
|
photoCaptures: [],
|
|
|
examProcessRecords: [],
|
|
|
- studentBasePhotoPath: "/img/no-photo.jpg",
|
|
|
+ studentBasePhotoPath: "/admin/img/no-photo.jpg",
|
|
|
syncCapturePhotoPath: "",
|
|
|
showFirstCapturePhoto: false,
|
|
|
needAudit: false,
|
|
@@ -291,7 +291,7 @@ export default {
|
|
|
this.examRecordData = [];
|
|
|
this.photoCaptures = [];
|
|
|
this.examProcessRecords = [];
|
|
|
- this.studentBasePhotoPath = "/img/no-photo.jpg";
|
|
|
+ this.studentBasePhotoPath = "/admin/img/no-photo.jpg";
|
|
|
this.syncCapturePhotoPath = "";
|
|
|
this.showFirstCapturePhoto = false;
|
|
|
this.needAudit = false;
|