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