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