提交 3be29d80 编写于 作者: View Design's avatar View Design

Tue Jul 30 10:47:00 CST 2024 inscode

上级 c71e773e
const uuid = require('uuid'); const uuid = require('uuid');
console.log(uuid.v7())
\ No newline at end of file const generateUUID = () => {
// 使用 uuid 生成id
return uuid.v4()
};
module.exports = generateUUID;
\ No newline at end of file
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册