| | |
| | | import { post } from '@/utils/request' |
| | | import { get, post } from '@/utils/request' |
| | | |
| | | export default { |
| | | index: () => post('/api/admin/dashboard/index'), |
| | | getData: query => post('/api/admin/examPaperAnswer/paperStatistics',query), |
| | | getData: query => post('/api/admin/examPaperAnswer/statistic', query), |
| | | data: query => post('/api/admin/examPaperAnswer/data', query), |
| | | queryCondition: query => get('/api/admin/exam/paper/queryCondition', query), |
| | | examPaperList: query => get('/api/admin/exam/paper/list', query), |
| | | page: query => post('/api/admin/examPaperAnswer/page', query) |
| | | } |