zhangjie 2 years ago
parent
commit
8ffb8c0e9a
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/features/download/api.js

+ 1 - 1
src/features/download/api.js

@@ -2,7 +2,7 @@ import { httpNoAuth } from "@/plugins/axiosNoAuth";
 
 
 export function getSchoolInfo(schoolCode) {
 export function getSchoolInfo(schoolCode) {
   return httpNoAuth.post(
   return httpNoAuth.post(
-    "/api/download/package",
+    "/api/admin/download/package",
     {},
     {},
     { params: { code: schoolCode } }
     { params: { code: schoolCode } }
   );
   );