---项目详情

This commit is contained in:
yuping
2023-06-08 17:16:19 +08:00
parent fe0e9f2651
commit 914d9a09d1
22 changed files with 20 additions and 46 deletions

View File

@@ -117,10 +117,12 @@ export default {
// state.Avisible = true;
// };
function uuid() {
const temp_url = URL.createObjectURL(new Blob());
const uuid = temp_url.toString();
URL.revokeObjectURL(temp_url);
return uuid.substr(uuid.lastIndexOf("/") + 1);
//获取当前时候
return new Date().getTime()+''+Math.round(Math.random()*100);
// const temp_url = URL.createObjectURL(new Blob());
// const uuid = temp_url.toString();
// URL.revokeObjectURL(temp_url);
// return uuid.substr(uuid.lastIndexOf("/") + 1);
}
//展示要增加的小组
const showAddGroup = () => {