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