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')