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