公告板
版本库
filestore
活动
搜索
登录
main
/
TAI_OTS_BROWSER
[测评系统]--前端(用户答题页面)
概况
操作记录
提交次数
目录
文档
派生
对比
blame
|
历史
|
原始文档
更新CAQ
yj
2024-11-25
ff0c5bb9f8136d5b9404b0c0a00f37911456ff41
[TAI_OTS_BROWSER.git]
/
src
/
api
/
questionAnswer.js
1
2
3
4
5
6
import { post } from '@/utils/request'
export default {
pageList: query => post('/api/student/question/answer/page', query),
select: id => post('/api/student/question/answer/select/' + id)
}