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