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