瀏覽代碼

update path

deason 2 年之前
父節點
當前提交
8caa04631d
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      src/modules/oe/component/ExamRecordDetail.vue

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

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