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
zhenghy
2024-03-29 19:01:18 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
88c7a107766b85fe3260071c27b8fcc98c4a5505
88c7a107
1 parent
8e4d3775
视频入口修改
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
sight_harmony/commons/wdRouter/src/main/ets/router/Action2Page.ets
sight_harmony/commons/wdRouter/src/main/ets/router/Action2Page.ets
View file @
88c7a10
...
...
@@ -53,10 +53,10 @@ export function registerRouter() {
// return WDRouterPage.detailPlayLivePage
// }
if (action.params?.detailPageType == 7 || action.params?.detailPageType == 8) {
return WDRouterPage.detailPlayShortVideoPage
} else if (action.params?.detailPageType == 9 ) {
return WDRouterPage.detailVideoListPage
} else if (action.params?.detailPageType == 9) {
return WDRouterPage.multiPictureDetailPage
}
else if(action.params?.detailPageType == 13 )
{
}
else if (action.params?.detailPageType == 13)
{
return WDRouterPage.audioDetail
}
return WDRouterPage.detailPlayVodPage
...
...
Please
register
or
login
to post a comment