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