import service from "@/api"; export const getFileList = () => { return service.get('/api/student/education/resource/page'); };