[测评系统]--前端(用户答题页面)
84702473
2023-04-15 344f036938910b806b952cd81f6fb909aa7d77df
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)
}