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