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