[测评系统]--前端(用户答题页面)
zhijie
2023-12-03 166f256cda92ce8755ce0bf982ee2d355d7b6e42
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)
}