king
2024-06-21 b78198e00a34eaa2b0a761bb6f42bf14e7771883
src/templates/zshare/pasteform/index.jsx
@@ -41,7 +41,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,