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