king
2025-04-24 c041318b24b323c3b2a5551fd8034cb0a5f33855
src/menu/components/share/actioncomponent/dragaction/index.jsx
@@ -72,13 +72,6 @@
    copycard.uuid = Utils.getuuid()
    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')