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