mirror of
https://github.com/yangjian102621/geekai.git
synced 2025-11-09 18:53:43 +08:00
feat(ui): 新增请求方法及表格
This commit is contained in:
5
gpt-vue/packages/utils/index.ts
Normal file
5
gpt-vue/packages/utils/index.ts
Normal file
@@ -0,0 +1,5 @@
|
||||
import { v4 as uuidV4 } from "uuid";
|
||||
|
||||
export const getUUID = () => {
|
||||
return uuidV4();
|
||||
};
|
||||
Reference in New Issue
Block a user