import service from "@/api"; export const getHomeData = () => { return service.get('/api/student/home'); }