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