src/templates/zshare/editTable/index.jsx
@@ -331,6 +331,11 @@ } try { let srcid = localStorage.getItem(window.location.href.split('#')[0] + 'srcId') if (srcid) { msg.$srcId = srcid } msg = window.btoa(window.encodeURIComponent(JSON.stringify(msg))) } catch (e) { console.warn('Stringify Failure')