移出部分接口文件删除无用接口

This commit is contained in:
唐明明
2021-09-24 11:43:27 +08:00
parent c50a9e3abc
commit 4716a97e70
8 changed files with 32 additions and 419 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,