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