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