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