优化页面
This commit is contained in:
1
unpackage/dist/build/mp-weixin/components/generateMsgId.js
vendored
Normal file
1
unpackage/dist/build/mp-weixin/components/generateMsgId.js
vendored
Normal file
@@ -0,0 +1 @@
|
||||
"use strict";exports.generateMsgId=function(){return`${function(t=6){const e="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789";let n="";for(let r=0;r<t;r++)n+=e[Math.floor(62*Math.random())];return n}()}${Date.now()}`};
|
||||
Reference in New Issue
Block a user