src/api/viewIndex.js @@ -44,4 +44,11 @@ url: '/sales/ledger/getAmountHalfYear', method: 'get' }) } } // 生产数据 export const productionStatistics = () => { return request({ url: '/home/productionStatistics', method: 'get' }) }