deason 2 жил өмнө
parent
commit
8caa04631d

+ 2 - 2
src/modules/oe/component/ExamRecordDetail.vue

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