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