import httpClient from '@/api/httpClient' function getCarousalList() { return httpClient.get('/carousals/active-list') } export default { getCarousalList, }