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