odc.xiaohui
2023-06-15 4e43f5b3a19db9af5015e0200c9590c8aba3b9ed
1
2
3
4
5
import { post } from '@/utils/request'
 
export default {
  index: () => post('/api/admin/dashboard/index')
}