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