From 5cb6cc172de04a8c0f5fd837aa960b428587e2a7 Mon Sep 17 00:00:00 2001
From: wupengfei <834520024@qq.com>
Date: 星期二, 18 十一月 2025 16:33:58 +0800
Subject: [PATCH] fix: bug

---
 packages/services/apiV2/index.ts |   10 ++++++----
 1 files changed, 6 insertions(+), 4 deletions(-)

diff --git a/packages/services/apiV2/index.ts b/packages/services/apiV2/index.ts
index 20f31ac..b5aa93e 100644
--- a/packages/services/apiV2/index.ts
+++ b/packages/services/apiV2/index.ts
@@ -9,15 +9,16 @@
 import * as task from './task';
 import * as enterpriseWallet from './enterpriseWallet';
 import * as ocrUtils from './ocrUtils';
+import * as electronSign from './electronSign';
 import * as resource from './resource';
-import * as enterpriseCooperationWallet from './enterpriseCooperationWallet';
 import * as logRecords from './logRecords';
 import * as dictionary from './dictionary';
 import * as taskCheckReceive from './taskCheckReceive';
-import * as electronSign from './electronSign';
 import * as userResume from './userResume';
 import * as auth from './auth';
 import * as taskUser from './taskUser';
+import * as eventUtils from './eventUtils';
+import * as enterpriseCooperationWallet from './enterpriseCooperationWallet';
 import * as codeUrl from './codeUrl';
 import * as syncDatabase from './syncDatabase';
 import * as menu from './menu';
@@ -33,15 +34,16 @@
   task,
   enterpriseWallet,
   ocrUtils,
+  electronSign,
   resource,
-  enterpriseCooperationWallet,
   logRecords,
   dictionary,
   taskCheckReceive,
-  electronSign,
   userResume,
   auth,
   taskUser,
+  eventUtils,
+  enterpriseCooperationWallet,
   codeUrl,
   syncDatabase,
   menu,

--
Gitblit v1.9.1