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