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