king
2024-07-02 c0e1a2f76bb28ab71e54d30ac2dda945fa1e4a7e
src/menu/components/share/copycomponent/index.jsx
@@ -19,7 +19,7 @@
    try {
      delete _val.$srcId
    
      let srcid = localStorage.getItem(window.location.href.split('#')[0] + 'srcId')
      let srcid = localStorage.getItem(window.GLOB.sysSign + 'srcId')
      if (srcid) {
        _val.$srcId = srcid
      }
@@ -48,6 +48,7 @@
      _val = window.btoa(window.encodeURIComponent(JSON.stringify(_val)))
    } catch (e) {
      console.warn(e)
      message.warning('复制失败,请重试!')
      _val = ''
    }