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