qirong
2023-06-07 9cf1706b6e10b7684d92145995b9522b7b4642e2
1
2
3
4
5
6
import { post } from '@/utils/request'
 
export default {
  index: () => post('/api/student/dashboard/index'),
  task: () => post('/api/student/dashboard/task')
}