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