抖火综法

This commit is contained in:
唐明明
2023-05-23 17:20:12 +08:00
parent f7824e3e86
commit 9b00b0fe4a
22 changed files with 2092 additions and 102 deletions

View File

@@ -29,8 +29,19 @@ const sign = () => {
})
}
// 获取综法订单统计
const synthesisCount = () => {
return request({
url : 'synthesis/data/orders_count',
data : {
channel : 'manage'
}
})
}
export {
index,
rights,
sign
sign,
synthesisCount
}