feat:修复小bug

This commit is contained in:
liulong 2026-06-05 14:18:08 +08:00
parent cd03f0fa3d
commit 8449757995
2 changed files with 6 additions and 6 deletions

View File

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

View File

@ -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;