feat:修复小bug
This commit is contained in:
parent
cd03f0fa3d
commit
8449757995
@ -234,7 +234,7 @@
|
||||
</section>
|
||||
|
||||
<!-- 优化需求:碳链接专区(21 条精选外站链接,按 3 大类组织) -->
|
||||
<section class="gxnlpt-block gxnlpt-carbon-links" aria-label="碳链接">
|
||||
<!-- <section class="gxnlpt-block gxnlpt-carbon-links" aria-label="碳链接">
|
||||
<header class="gxnlpt-block-head">
|
||||
<img class="gxnlpt-block-icon" :src="getIconUrl('tanjl.svg')" alt="" />
|
||||
<h2 class="gxnlpt-block-title">碳链接</h2>
|
||||
@ -270,7 +270,7 @@
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
</section>
|
||||
</section> -->
|
||||
</template>
|
||||
</main>
|
||||
</div>
|
||||
|
||||
@ -799,10 +799,10 @@ export default {
|
||||
},
|
||||
// 企业出海按钮:外链新开窗口,否则进入专题页
|
||||
handleOverseasBtnClick(item) {
|
||||
if (item && item.comingSoon) {
|
||||
this.showComingSoon('航运燃料专题');
|
||||
return;
|
||||
}
|
||||
// if (item && item.comingSoon) {
|
||||
// this.showComingSoon('航运燃料专题');
|
||||
// return;
|
||||
// }
|
||||
if (item.link && /^https?:\/\//.test(item.link)) {
|
||||
window.open(item.link, '_blank');
|
||||
return;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user