wangliang_wd

Merge branch 'main' of http://192.168.1.42/developOne/harmonyPool into main

* 'main' of http://192.168.1.42/developOne/harmonyPool:
  fix: 18340 【UAT】【金刚位】对金刚位组件配置的端内链接地址,点击访问后,没有端内打开,当前是浏览器打开的
... ... @@ -79,15 +79,17 @@ export struct ZhGridLayout03 {
.onClick((event: ClickEvent) => {
console.log('333rt',JSON.stringify(item))
InfomationCardClick.track(this.compDTO, item, this.pageId, this.pageName)
if (item.objectType === '11') {
ProcessUtils.jumpExternalWebPage
ProcessUtils.jumpChannelTab(item.objectId, item.pageId, item.newsTitle)
} else if(item.objectType === '6'){
ProcessUtils.jumpExternalWebPage(item.linkUrl)
//ProcessUtils.gotoWeb(item);
}else{
ProcessUtils.processPage(item)
}
ProcessUtils.processPage(item)
// if (item.objectType === '11') {
// ProcessUtils.jumpExternalWebPage
// ProcessUtils.jumpChannelTab(item.objectId, item.pageId, item.newsTitle)
// } else if(item.objectType === '6'){
// ProcessUtils.jumpExternalWebPage(item.linkUrl)
// //ProcessUtils.gotoWeb(item);
// }else{
// ProcessUtils.processPage(item)
// }
})
}
}
... ...