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