luohairen
2024-11-04 4a7c02f5f20097e6566471c7c664aa91380e6cd8
1
2
3
4
5
import { post } from '@/utils/request'
 
export default {
  index: () => post('/api/admin/dashboard/index')
}