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