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