king
2022-04-04 96266d3d0e1c5c53e2f5b17e2fbf2c814c2a8d8f
src/menu/components/share/actioncomponent/dragaction/index.jsx
@@ -74,6 +74,13 @@
    copycard.originCard = card
    try {
      delete _val.$srcId
      let srcid = localStorage.getItem(window.location.href.split('#')[0] + 'srcId')
      if (srcid) {
        _val.$srcId = srcid
      }
      _val = window.btoa(window.encodeURIComponent(JSON.stringify(_val)))
    } catch (e) {
      console.warn('Stringify Failure')