king
2022-06-18 fe21d23b147ed5cec22b4f76a88840b05495d4ad
src/tabviews/custom/components/card/cardcellList/index.jsx
@@ -512,6 +512,9 @@
      if (card.datatype === 'static') {
        url = card.url || ''
        if (url === '@icon@') {
          url = sessionStorage.getItem('avatar') || ''
        }
      } else {
        url = data[card.field] || ''
      }