src/components/pasteboard/index.jsx
@@ -46,7 +46,7 @@ _config = JSON.parse(window.decodeURIComponent(window.atob(_config))) if (typeof(_config) === 'object' && _config.$srcId) { let srcid = localStorage.getItem(window.location.href.split('#')[0] + 'srcId') let srcid = localStorage.getItem(window.GLOB.sysSign + 'srcId') if (srcid && _config.$srcId !== srcid) { notification.warning({ top: 92,