黄何裕
2024-07-12 f261ffec3369cf726efddb38621bca34756963b6
1
2
3
4
5
6
import service from "@/api";
 
 
export const getHomeData = () => {
  return service.get('/api/student/home');
}