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