dashboard
repositories
filestore
activity
search
login
main
/
FR-BWF
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
update
xuruiqian
2025-06-04
17ce21955b4e3402d3d5868b52e50bfdd55bc572
[FR-BWF.git]
/
04-Development
/
02-Code
/
bwf
/
com.farriver.bwf.wechatmp.vue3
/
src
/
common
/
common.js
1
2
3
4
5
6
7
export const guid = () => {
return (__s4() + __s4() + "-" + __s4() + "-" + __s4() + "-" + __s4() + "-" + __s4() +
__s4() + __s4());
}
const __s4 = () => {
return (((1 + Math.random()) * 0x10000) | 0).toString(16).substring(1);
}