king
2022-04-26 5046d0d13dc6a8563b8e54e31913bc44cfa1072f
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) {