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