import Request from "@/utils/request"; // 核心指标 const getCoreData = (timeRange) => { return Request.post('/vehicle/getVehicleCoreIndicators', timeRange) } export default { getCoreData, }