Przeglądaj źródła

api update by backend

Michael Wang 4 lat temu
rodzic
commit
25726fcae0
1 zmienionych plików z 1 dodań i 5 usunięć
  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;