chenken 6 жил өмнө
parent
commit
673a1f0bb9

+ 3 - 1
src/modules/oe/views/examDetail.vue

@@ -323,7 +323,9 @@ export default {
       this.search();
     },
     examPaperDetail(courseId, examRecordDataId) {
-      window.open("/oe/examPaperDetail/" + courseId + "/" + examRecordDataId);
+      window.open(
+        "/admin/oe/examPaperDetail/" + courseId + "/" + examRecordDataId
+      );
     },
     gotoCaptureDetail(examRecordDataId) {
       this.$router.push({