src/api/viewIndex.js @@ -114,3 +114,12 @@ method: 'get' }) } // 产品大类分布 // /home/productCategoryDistribution export const productCategoryDistribution = () => { return request({ url: '/home/productCategoryDistribution', method: 'get' }) }