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