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