fuliqi
2024-10-17 a2f97c0a741c3185fb30a505c916c94f78b21906
1
2
3
4
5
6
import service from "@/api";
 
 
export const getHomeData = () => {
  return service.get('/api/student/home');
}