[测评系统]--前端(用户答题页面)
林致杰
2023-05-01 dbaf20ea80987be5f95fda789c3f0a05fea99c80
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)
}