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