Blame view

uni_modules/Sansnn-uQRCode/components/uqrcode/gcanvas/context-webgl/classUtils.js 95 Bytes
6ef461ce   wangming   项目上传
1
2
3
  export function getTransferedObjectUUID(name, id) {
      return `${name.toLowerCase()}-${id}`;
  }