公告板
版本库
filestore
活动
搜索
登录
main
/
jxkg-new-ui-student
江西空管学生端
概况
操作记录
提交次数
目录
文档
派生
对比
blame
|
历史
|
原始文档
错题展示
luohairen
2024-11-07
84659b2d8d9c839903988b59905c6e6c338c5e71
[jxkg-new-ui-student.git]
/
src
/
api
/
modules
/
wrong.js
1
2
3
4
5
import service from "@/api";
export const page = (postData = {examName: ''}) => {
return service.post('/api/student/wrong/page',postData);
}