king
2025-03-10 a259b444c4438577ee3363e0764b63e828a3bae2
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.GLOB.sysSign + 'srcId')
      if (srcid) {
        _val.$srcId = srcid
      }
      _val = window.btoa(window.encodeURIComponent(JSON.stringify(_val)))
    } catch (e) {
      console.warn('Stringify Failure')