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