nvue直播间需要调整分享样式

This commit is contained in:
bobobobo
2026-02-03 00:45:33 +08:00
parent 10ceb6b476
commit ae36c4cf10
393 changed files with 753 additions and 147 deletions

View File

@@ -172,3 +172,11 @@ export const getLiveRecordDetail = id => {
method: 'get'
})
}
/** 生成直播ID */
export const getLiveId = () => {
return http({
url: `/api/service/imLiveRoom/roomId`,
method: 'get'
})
}