spring
6 天以前 040503b11a12ec8e94e63fb96b31a4a54858a3ea
src/api/viewIndex.js
@@ -62,4 +62,13 @@
        url: '/home/workInProcessTurnover',
        method: 'get'
    })
}
// 产品大类分布
// /home/productCategoryDistribution
export const productCategoryDistribution = () => {
    return request({
        url: '/home/productCategoryDistribution',
        method: 'get'
    })
}