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