king
2024-06-19 9ff5920c0a58771219b134a7b46b7d0c1e1542ad
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,