src/tabviews/custom/components/card/cardcellList/index.jsx
@@ -100,7 +100,7 @@ node && node.scrollIntoView({behavior: 'smooth', block: 'center', inline: 'nearest'}) } if (!card.link) return if (!card.link || (card.linkType === 'qywx' || card.linkType === 'linkmenu')) return e.stopPropagation() let url = '' @@ -131,7 +131,7 @@ } window.open(_url) return } else if (card.linkType === 'qywx' || card.linkType === 'linkmenu') { } else if (card.linkType === 'other' && /^@menuid@/ig.test(url)) { return }