liyubing

Merge remote-tracking branch 'origin/main'

@@ -21,7 +21,7 @@ export enum HostEnum { @@ -21,7 +21,7 @@ export enum HostEnum {
21 * 环境host管理工具类 21 * 环境host管理工具类
22 */ 22 */
23 export class HostManager { 23 export class HostManager {
24 - private static _hostUrl: HostEnum = HostEnum.HOST_UAT; 24 + private static _hostUrl: HostEnum = HostEnum.HOST_PRODUCT;
25 25
26 static changeHost(host: HostEnum) { 26 static changeHost(host: HostEnum) {
27 HostManager._hostUrl = host; 27 HostManager._hostUrl = host;
@@ -223,7 +223,7 @@ export struct PlayUIComponent { @@ -223,7 +223,7 @@ export struct PlayUIComponent {
223 right: 4, 223 right: 4,
224 bottom: 1 224 bottom: 1
225 }) 225 })
226 - .margin({left: this.contentDetailData?.rmhInfo ? 0 : 34}) 226 + // .margin({left: this.contentDetailData?.rmhInfo ? 0 : 34})
227 } 227 }
228 //回看 228 //回看
229 else if (this.contentDetailData.liveInfo?.liveState == 'end') { 229 else if (this.contentDetailData.liveInfo?.liveState == 'end') {