king
2021-12-14 223229d8999b1be5541ff4e91a3e6d3dda16e4c0
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 }