Toggle navigation
Toggle navigation
This project
Loading...
Sign in
developOne
/
harmonyPool
Go to a project
Toggle navigation
Projects
Groups
Snippets
Help
Toggle navigation pinning
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Authored by
liyubing
2024-06-24 14:43:14 +0800
Browse Files
Options
Browse Files
Download
Plain Diff
Commit
2b58d3c126113e2980395bc0e6628540fe083b40
2b58d3c1
2 parents
9acce205
c83fd1d3
Merge remote-tracking branch 'origin/main'
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
sight_harmony/commons/wdNetwork/src/main/ets/http/HttpHostManager.ets
sight_harmony/features/wdDetailPlayLive/src/main/ets/widgets/details/video/PlayUIComponent.ets
sight_harmony/commons/wdNetwork/src/main/ets/http/HttpHostManager.ets
View file @
2b58d3c
...
...
@@ -21,7 +21,7 @@ export enum HostEnum {
* 环境host管理工具类
*/
export class HostManager {
private static _hostUrl: HostEnum = HostEnum.HOST_
UA
T;
private static _hostUrl: HostEnum = HostEnum.HOST_
PRODUC
T;
static changeHost(host: HostEnum) {
HostManager._hostUrl = host;
...
...
sight_harmony/features/wdDetailPlayLive/src/main/ets/widgets/details/video/PlayUIComponent.ets
View file @
2b58d3c
...
...
@@ -223,7 +223,7 @@ export struct PlayUIComponent {
right: 4,
bottom: 1
})
.margin({left: this.contentDetailData?.rmhInfo ? 0 : 34})
//
.margin({left: this.contentDetailData?.rmhInfo ? 0 : 34})
}
//回看
else if (this.contentDetailData.liveInfo?.liveState == 'end') {
...
...
Please
register
or
login
to post a comment