Browse Source

临时禁止离线考试试卷预览

Michael Wang 6 năm trước cách đây
mục cha
commit
3b220b023b
1 tập tin đã thay đổi với 5 bổ sung5 xóa
  1. 5 5
      src/features/OfflineExam/OfflineExamList.vue

+ 5 - 5
src/features/OfflineExam/OfflineExamList.vue

@@ -131,11 +131,11 @@ export default {
         isOnlineExam: true
       };
       window.name = JSON.stringify(user);
-      window.location.href =
-        this.tk_server_url +
-        "/admin/preview_paper/" +
-        course.paperId +
-        "?isback=true";
+      // window.location.href =
+      //   this.tk_server_url +
+      //   "/admin/preview_paper/" +
+      //   course.paperId +
+      //   "?isback=true";
     },
     downloadOfflineFile(url) {
       window._hmt.push(["_trackEvent", "离线考试页面", "下载作答"]);