fix:图片地址更改,接口数据传输修改,添加h5、app跳转直播

This commit is contained in:
kele
2023-03-10 16:32:24 +08:00
parent 8eb4e4609d
commit c34e10cdc5
7 changed files with 33 additions and 20 deletions
+5
View File
@@ -81,6 +81,11 @@ export default {
ids: ids.join(','),
}
}),
getMpLink: () =>
request({
url: 'app/mplive/getMpLink',
method: 'GET'
}),
},
//上传
+2 -3
View File
@@ -22,11 +22,10 @@ export default {
showLoading: false,
},
}),
itemDetail: (params) =>
itemDetail: (id,itemId) =>
request({
url: 'order/order/itemDetail',
url: 'order/order/itemDetail/'+ id + '/' + itemId,
method: 'GET',
params,
custom: {
showLoading: false,
},