king
2023-03-29 d530bf19707bfaa92c13e9a74807a51f8bef22de
src/tabviews/zshare/mutilform/mkVercode/index.jsx
@@ -77,7 +77,7 @@
    let n_id = (() => {
      let uuid = []
      let timestamp = new Date().getTime()
      let _options = '0123456789abcdefghigklmnopqrstuv'
      let _options = '01234567890123456789012345678901'
      for (let i = 0; i < 19; i++) {
        uuid.push(_options.substr(Math.floor(Math.random() * 0x20), 1))
      }