import request from '@/utils/request' const portal = window.context.portal // 查询 export function querySummaryData(query) { return request({ url: `${context.form}/wProjectLibraryInventory/v1/statistics?startDate=${query.startDate}&endDate=${query.endDate}`, method: 'get', }) }