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