king
2024-06-21 47dacf5ba6f45f0f170e2328998d3d8e8b5dce13
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,