fix: uuid

This commit is contained in:
taojinlong 2022-06-23 17:28:40 +08:00
parent f612d21ee5
commit 5b780e8b85

View File

@ -231,7 +231,7 @@ export default {
type: 'text',
enable: true,
required: true,
uuid: this.uuid(),
uuid: uuid.v1,
contentType: 'text/plain'
}));
}