king
2025-01-09 ab28c7bc9534a63bee420ba22751a50cb70782c0
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')