king
2022-03-10 da305b2c5f325504b17e64f4cd4faf4f1427470e
src/templates/sharecomponent/actioncomponent/dragaction/index.jsx
@@ -64,6 +64,13 @@
    let _val = fromJS(copycard).toJS()
    try {
      delete _val.$srcId
      let srcid = localStorage.getItem(window.location.href.split('#')[0] + 'srcId')
      if (srcid) {
        _val.$srcId = srcid
      }
      _val.uuid = Utils.getuuid()
      _val = window.btoa(window.encodeURIComponent(JSON.stringify(_val)))
    } catch (e) {