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