From 6cc2d85787171281c269f4a6c3290b4a0762bcb6 Mon Sep 17 00:00:00 2001 From: YangYuGang <1378265336@qq.com> Date: 星期三, 05 三月 2025 16:21:43 +0800 Subject: [PATCH] 生产工具 --- src/utils/is.ts | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/src/utils/is.ts b/src/utils/is.ts index e134a8a..81991ec 100644 --- a/src/utils/is.ts +++ b/src/utils/is.ts @@ -138,4 +138,8 @@ return false; } +export function ActionToJson(action: any): any { + return JSON.parse(JSON.stringify(action)) +} + -- Gitblit v1.9.3