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