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