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