[测评系统]--前端(用户答题页面)
linzhijie
2023-05-09 4d0b95cf258dd76f00481acf6de8d7f0ad51529a
1
2
3
4
5
6
import { post } from '@/utils/request'
 
export default {
  list: query => post('/api/student/education/subject/list'),
  select: id => post('/api/student/education/subject/select/' + id)
}