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