nvue直播间需要调整分享样式
This commit is contained in:
@@ -172,3 +172,11 @@ export const getLiveRecordDetail = id => {
|
||||
method: 'get'
|
||||
})
|
||||
}
|
||||
|
||||
/** 生成直播ID */
|
||||
export const getLiveId = () => {
|
||||
return http({
|
||||
url: `/api/service/imLiveRoom/roomId`,
|
||||
method: 'get'
|
||||
})
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user