陈剑华

fix: BUG: 19240

... ... @@ -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:
... ...