src/tabviews/custom/components/card/cardcellList/index.jsx
@@ -90,6 +90,19 @@ return } if (card.linkType === 'tel') { window.open('tel:' + url) return } else if (card.linkType === 'email') { let _url = 'mailto:' + url let fullName = sessionStorage.getItem('Full_Name') || '' if (fullName) { _url = _url + `?subject=来自${fullName}的邮件` } window.open(_url) return } if (/^sso$/ig.test(url)) { if (!data.LinkUrl1) { notification.warning({