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