xiangpei
2024-03-26 dd36e59f6ef5057dc6334ebb2a8e492c9786b04c
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')
}