luohairen
2024-11-07 84659b2d8d9c839903988b59905c6e6c338c5e71
1
2
3
4
5
6
import service from "@/api";
 
 
export const getHomeData = () => {
  return service.get('/api/student/home');
}