Browse Source

api update by backend

Michael Wang 4 năm trước cách đây
mục cha
commit
25726fcae0
1 tập tin đã thay đổi với 1 bổ sung5 xóa
  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;