公告板
版本库
filestore
活动
搜索
登录
张宪强
/
jxkg-new-ui-student
概况
操作记录
提交次数
目录
文档
派生
对比
blame
|
历史
|
原始文档
考试不能多次提交
fuliqi
2024-07-08
d22a02992d557859a8c610fb74e0d070ce936d05
[~zxq/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');
}