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