[测评系统]--前端(用户答题页面)
linzhijie
2023-05-22 09849a3fbe456ac307d167d4d65d7d68e19ad410
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)
}