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