This website works better with JavaScript
Home
Explore
Help
Sign In
lijunfeng
/
baiyuApp
Watch
1
Star
0
Fork
0
Files
Issues
0
Pull Requests
0
Wiki
Tree:
f3809fe82a
Branches
Tags
master
baiyuApp
/
uni_modules
/
Sansnn-uQRCode
/
js_sdk
/
gcanvas
/
context-webgl
/
classUtils.js
classUtils.js
95 B
History
Raw
1
2
3
export function getTransferedObjectUUID(name, id) {
return `${name.toLowerCase()}-${id}`;
}