baizonghao
2023-06-12 ff3d46bf575755e4b1ba410953c2bf1648d88919
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')
}