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