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