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