lanjianrong 3 years ago
parent
commit
0689fe18c7
1 changed files with 2 additions and 0 deletions
  1. 2 0
      src/utils/uuid.ts

+ 2 - 0
src/utils/uuid.ts

@@ -1,3 +1,5 @@
+// TODO: 掘金大神推荐: URL.createObjectURL(new Blob()).substr(-36)
+
 const hexList: string[] = []
 for (let i = 0; i <= 15; i++) {
   hexList[i] = i.toString(16)