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