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