Michael Wang преди 4 години
родител
ревизия
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;