龚焕茏
2024-08-09 8fead5f2ad5177c2d6bb98fe3ba6621ccc1ab5af
1
2
3
4
5
6
import service from "@/api";
 
 
export const getHomeData = () => {
  return service.get('/api/student/home');
}