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 = '' }