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