import { post, postOts } from '@/utils/request'
|
|
export default {
|
// index: () => post('/api/student/dashboard/index'),
|
index: () => postOts('/api/exam/dashboard/index'),
|
// task: () => post('/api/student/dashboard/task')
|
task: () => postOts('/api/exam/dashboard/task')
|
}
|