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