[测评系统]--前端(用户答题页面)
yj
2024-11-25 ff0c5bb9f8136d5b9404b0c0a00f37911456ff41
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)
}