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