['设置中心']

This commit is contained in:
2021-09-24 15:11:14 +08:00
parent 08c56ea921
commit 3dc185139c
172 changed files with 13194 additions and 433 deletions

View File

@@ -15,14 +15,6 @@ const index = () => {
})
}
// 成交客户 *********已废弃
const customer = data => {
return request({
url: 'mall/statistics',
data
})
}
// 成交客户
const orderUsers = data => {
return request({
@@ -151,7 +143,6 @@ const deliverLogistic = (shipment__no) => {
export {
index,
customer,
orderUsers,
visitors,
basicsConfig,