公告板
版本库
filestore
活动
搜索
登录
main
/
jxkg-new-ui-student
江西空管学生端
概况
操作记录
提交次数
目录
文档
派生
对比
blame
|
历史
|
原始文档
meet websocket
fuliqi
2024-10-17
a2f97c0a741c3185fb30a505c916c94f78b21906
[jxkg-new-ui-student.git]
/
src
/
api
/
modules
/
home.js
1
2
3
4
5
6
import service from "@/api";
export const getHomeData = () => {
return service.get('/api/student/home');
}