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