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