baizonghao
2023-07-31 80f83b0da958772eb1671efa5c587a831ac7598d
1
2
3
4
5
import { post } from '@/utils/request'
 
export default {
  index: () => post('/api/admin/dashboard/index')
}