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