mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-11 03:46:45 +08:00
---fix bug
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user