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