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
陈剑华
2024-08-29 17:11:19 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
ec60f82cf7b8c7fc4ca02939fc2d27425877eed8
ec60f82c
1 parent
13e3e5fb
fix: BUG: 19240
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
0 deletions
sight_harmony/commons/wdRouter/src/main/ets/utils/ProcessUtils.ets
sight_harmony/commons/wdRouter/src/main/ets/utils/ProcessUtils.ets
View file @
ec60f82
...
...
@@ -239,7 +239,11 @@ export class ProcessUtils {
break;
case ContentConstants.TYPE_CHANNEL:
// 频道跳转
if (content.objectId == '2006') {
ProcessUtils.gotoENewsPaper();
} else {
HomeChannelUtils.jumpChannelTab(content.objectId, content.pageId, content.newsTitle)
}
break;
//动态详情页(动态图文)
case ContentConstants.TYPE_FOURTEEN:
...
...
Please
register
or
login
to post a comment