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