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