---fix bug

This commit is contained in:
yuping
2023-06-08 17:42:16 +08:00
parent c574f0c55b
commit 9f3bd4b29a

View File

@@ -118,7 +118,7 @@ export default {
// };
function uuid() {
//获取当前时候
return new Date().getTime()+''+Math.round(Math.random()*100);
return new Date().getSeconds()+''+Math.round(Math.random()*100);
// const temp_url = URL.createObjectURL(new Blob());
// const uuid = temp_url.toString();
// URL.revokeObjectURL(temp_url);