lohir
2024-10-17 ea77bee62c3c341279797e9cd4c43c02da01a07f
1
2
3
4
5
import { post } from '@/utils/request'
 
export default {
  index: () => post('/api/admin/dashboard/index')
}