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