['首页更多跳转更多优惠券列表']

This commit is contained in:
2021-09-17 13:09:03 +08:00
parent 1635540868
commit 1d2c408b8b
4 changed files with 866 additions and 2 deletions

View File

@@ -33,7 +33,7 @@ const getCouponsInfoById = (id) => {
// 根据企业id获取企业首页的轮播图列表
const couponsByCompanyId = (data) => {
return request({
url: 'coupons',
url: 'coupons/all',
method: 'get',
data: data
})