src/api/modules/file.js
@@ -1,5 +1,5 @@
import service from "@/api";
export const getFileList = (getData = {introduction: '', subjectId: '', contentType: ''}) => {
export const getFileList = (getData) => {
  return service.get('/api/student/education/resource/page', {params: getData});
};