import Config from "../config/index"; import Http from "../http/index"; class HomeService { async IndexType(data) { return await Http.Get({ url: Config.AjaxConfig.UrlList.class, data: data }) } } export default new HomeService();