xiangpei
2024-06-18 1acd721f03f9d4b16bcf9ef57041ef08fec49ffd
1
2
3
4
5
import { post } from '@/utils/request'
 
export default {
  index: () => post('/api/admin/dashboard/index')
}