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