This commit is contained in:
xk_chenlianjie
2024-01-19 10:29:59 +08:00
parent 3649bf532c
commit a8cf4726cf
3 changed files with 861 additions and 0 deletions

View File

@@ -109,6 +109,29 @@ export default {
data: page
})
},
getByPageNew(page) {
// 搜索统计列表
return request({
url: `/${service_name}/mallSearch/getByPageNew`,
method: 'post',
data: page
})
},
getProductByPage(page) {
// 商品销售列表
return request({
url: `/${service_name}/mallProductInfo/getPage`,
method: 'post',
data: page
})
},
commodityChart(time) {
// 商品统计图
return request({
url: `/${service_name}/mallProductClassification/commodityChart/${time}`,
method: 'get'
})
},
updateModule(page) {
// 模块显示隐藏
return request({