src/tabviews/custom/components/share/normalTable/index.jsx
@@ -346,6 +346,10 @@ content = md5(content) } if (_href && /^https/.test(window.location.protocol)) { // https转换 _href = _href.replace(/^http:/ig, 'https:') } resProps.children = ( <div> {content && _href ? <a href={_href} target="_blank" rel="noopener noreferrer">{content}</a> : null }