king
2025-01-24 e1cee96b38805bcccf48e7bcb9d296f2bc54c720
src/menu/sysinterface/index.jsx
@@ -74,11 +74,6 @@
  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) {