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