From e4c3b872692ce63cee54753c2b6017cf684d27c9 Mon Sep 17 00:00:00 2001
From: wupengfei <834520024@qq.com>
Date: 星期一, 10 十一月 2025 14:28:14 +0800
Subject: [PATCH] fix: bug

---
 src/services/api/index.ts |    8 ++++++--
 1 files changed, 6 insertions(+), 2 deletions(-)

diff --git a/src/services/api/index.ts b/src/services/api/index.ts
index 522d40c..6987f77 100644
--- a/src/services/api/index.ts
+++ b/src/services/api/index.ts
@@ -2,13 +2,13 @@
 /* eslint-disable */
 // API 鏇存柊鏃堕棿锛�
 // API 鍞竴鏍囪瘑锛�
+import * as enterprise from './enterprise';
 import * as enterpriseEmployee from './enterpriseEmployee';
 import * as user from './user';
 import * as role from './role';
 import * as task from './task';
 import * as enterpriseWallet from './enterpriseWallet';
 import * as ocrUtils from './ocrUtils';
-import * as enterprise from './enterprise';
 import * as resource from './resource';
 import * as logRecords from './logRecords';
 import * as dictionary from './dictionary';
@@ -17,6 +17,7 @@
 import * as userResume from './userResume';
 import * as auth from './auth';
 import * as taskUser from './taskUser';
+import * as enterpriseCooperationWallet from './enterpriseCooperationWallet';
 import * as codeUrl from './codeUrl';
 import * as syncDatabase from './syncDatabase';
 import * as menu from './menu';
@@ -24,14 +25,15 @@
 import * as userWallet from './userWallet';
 import * as fileUtils from './fileUtils';
 import * as settings from './settings';
+import * as eventUtils from './eventUtils';
 export default {
+  enterprise,
   enterpriseEmployee,
   user,
   role,
   task,
   enterpriseWallet,
   ocrUtils,
-  enterprise,
   resource,
   logRecords,
   dictionary,
@@ -40,6 +42,7 @@
   userResume,
   auth,
   taskUser,
+  enterpriseCooperationWallet,
   codeUrl,
   syncDatabase,
   menu,
@@ -47,4 +50,5 @@
   userWallet,
   fileUtils,
   settings,
+  eventUtils,
 };

--
Gitblit v1.9.1