mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-10 19:36:46 +08:00
---项目详情
This commit is contained in:
@@ -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 = () => {
|
||||
|
||||
Reference in New Issue
Block a user