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