From 031d83828a20b7bc56c1723fe4eaa67fd9d8cd07 Mon Sep 17 00:00:00 2001 From: 疯狂的狮子Li <15040126243@163.com> Date: 星期四, 14 十二月 2023 00:44:12 +0800 Subject: [PATCH] update 代码规范化 --- src/utils/ruoyi.ts | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/src/utils/ruoyi.ts b/src/utils/ruoyi.ts index a116b52..bbba282 100644 --- a/src/utils/ruoyi.ts +++ b/src/utils/ruoyi.ts @@ -245,3 +245,7 @@ export const blobValidate = (data: any) => { return data.type !== 'application/json'; }; + +export default { + handleTree +}; -- Gitblit v1.9.3