xiaokuaisong-xiaochengxu/uniapp04/uni_modules/Sansnn-uQRCode/js_sdk/gcanvas/context-webgl/classUtils.js

3 lines
95 B
JavaScript
Raw Permalink Normal View History

2024-10-18 07:53:00 +00:00
export function getTransferedObjectUUID(name, id) {
return `${name.toLowerCase()}-${id}`;
}