From 4be53daa8eda7c2577a101f28c97f8068b71175c Mon Sep 17 00:00:00 2001
From: wupengfei <834520024@qq.com>
Date: 星期三, 12 十一月 2025 14:57:20 +0800
Subject: [PATCH] feat: 1.3.0.2

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

diff --git a/src/services/api/index.ts b/src/services/api/index.ts
index e23b688..b5aa93e 100644
--- a/src/services/api/index.ts
+++ b/src/services/api/index.ts
@@ -9,14 +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 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';
@@ -24,8 +26,6 @@
 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,14 +34,16 @@
   task,
   enterpriseWallet,
   ocrUtils,
+  electronSign,
   resource,
   logRecords,
   dictionary,
   taskCheckReceive,
-  electronSign,
   userResume,
   auth,
   taskUser,
+  eventUtils,
+  enterpriseCooperationWallet,
   codeUrl,
   syncDatabase,
   menu,
@@ -49,6 +51,4 @@
   userWallet,
   fileUtils,
   settings,
-  eventUtils,
-  enterpriseCooperationWallet,
 };

--
Gitblit v1.9.1