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