From b0766e8732f46e90154034318d61e55295cc09b9 Mon Sep 17 00:00:00 2001
From: wupengfei <834520024@qq.com>
Date: 星期一, 10 十一月 2025 16:37:11 +0800
Subject: [PATCH] fix: bug
---
src/services/api/index.ts | 6 ++++--
1 files changed, 4 insertions(+), 2 deletions(-)
diff --git a/src/services/api/index.ts b/src/services/api/index.ts
index 20f31ac..e23b688 100644
--- a/src/services/api/index.ts
+++ b/src/services/api/index.ts
@@ -10,7 +10,6 @@
import * as enterpriseWallet from './enterpriseWallet';
import * as ocrUtils from './ocrUtils';
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';
@@ -25,6 +24,8 @@
import * as userWallet from './userWallet';
import * as fileUtils from './fileUtils';
import * as settings from './settings';
+import * as eventUtils from './eventUtils';
+import * as enterpriseCooperationWallet from './enterpriseCooperationWallet';
export default {
enterprise,
enterpriseEmployee,
@@ -34,7 +35,6 @@
enterpriseWallet,
ocrUtils,
resource,
- enterpriseCooperationWallet,
logRecords,
dictionary,
taskCheckReceive,
@@ -49,4 +49,6 @@
userWallet,
fileUtils,
settings,
+ eventUtils,
+ enterpriseCooperationWallet,
};
--
Gitblit v1.9.1