src/menu/sysinterface/index.jsx
@@ -74,11 +74,6 @@ copy = (item) => { let msg = { key: 'interface', type: 'line', data: item } let srcid = localStorage.getItem(window.GLOB.sysSign + 'srcId') if (srcid) { msg.$srcId = srcid } try { msg = window.btoa(window.encodeURIComponent(JSON.stringify(msg))) } catch (e) {