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