[测评系统]--前端(用户答题页面)
84702473
2023-03-11 b51944b4ee2d0591eeaf7bae5a265236a8fcbc91
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)
}