src/api/viewIndex.js @@ -45,3 +45,10 @@ method: 'get' }) } // 生产数据 export const productionStatistics = () => { return request({ url: '/home/productionStatistics', method: 'get' }) }