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