odc.xiaohui
2023-11-30 236fdf92ecb6ff876d400f6c360efca8ab085f5c
src/api/dashboard.js
@@ -1,5 +1,7 @@
import { post } from '@/utils/request'
export default {
  index: () => post('/api/admin/dashboard/index')
  index: () => post('/api/admin/dashboard/index'),
  getData: query => post('/api/admin/examPaperAnswer/paperStatistics',query),
  page: query => post('/api/admin/examPaperAnswer/page', query)
}