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