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