陈剑华

fix: 18340 【UAT】【金刚位】对金刚位组件配置的端内链接地址,点击访问后,没有端内打开,当前是浏览器打开的

@@ -79,15 +79,17 @@ export struct ZhGridLayout03 { @@ -79,15 +79,17 @@ export struct ZhGridLayout03 {
79 .onClick((event: ClickEvent) => { 79 .onClick((event: ClickEvent) => {
80 console.log('333rt',JSON.stringify(item)) 80 console.log('333rt',JSON.stringify(item))
81 InfomationCardClick.track(this.compDTO, item, this.pageId, this.pageName) 81 InfomationCardClick.track(this.compDTO, item, this.pageId, this.pageName)
82 - if (item.objectType === '11') {  
83 - ProcessUtils.jumpExternalWebPage  
84 - ProcessUtils.jumpChannelTab(item.objectId, item.pageId, item.newsTitle)  
85 - } else if(item.objectType === '6'){  
86 - ProcessUtils.jumpExternalWebPage(item.linkUrl)  
87 - //ProcessUtils.gotoWeb(item);  
88 - }else{  
89 - ProcessUtils.processPage(item)  
90 - } 82 +
  83 + ProcessUtils.processPage(item)
  84 + // if (item.objectType === '11') {
  85 + // ProcessUtils.jumpExternalWebPage
  86 + // ProcessUtils.jumpChannelTab(item.objectId, item.pageId, item.newsTitle)
  87 + // } else if(item.objectType === '6'){
  88 + // ProcessUtils.jumpExternalWebPage(item.linkUrl)
  89 + // //ProcessUtils.gotoWeb(item);
  90 + // }else{
  91 + // ProcessUtils.processPage(item)
  92 + // }
91 }) 93 })
92 } 94 }
93 } 95 }