luohairen
2024-11-14 80889e7f32480ae76896f3bd042baa82a0fc9e9e
1
2
3
4
5
import { post } from '@/utils/request'
 
export default {
  index: () => post('/api/admin/dashboard/index')
}