Michael Wang 4 лет назад
Родитель
Сommit
25726fcae0
1 измененных файлов с 1 добавлено и 5 удалено
  1. 1 5
      src/features/OfflineExam/OfflineExamList.vue

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

@@ -233,11 +233,7 @@ export default {
       window.location.href =
         "/api/branch_ecs_ques/paper/export/" +
         course.paperId +
-        "/PAPER/" +
-        this.user.rootOrgId +
-        "/" +
-        course.paperId +
-        "/offLine?$key=" +
+        "/PAPER/offLine?$key=" +
         this.user.key +
         "&$token=" +
         this.user.token;