king
2022-03-10 da305b2c5f325504b17e64f4cd4faf4f1427470e
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')