From 5dc33d2bcf1649a984f461cdc7e45778570a87ea Mon Sep 17 00:00:00 2001
From: zhengyiming <540361168@qq.com>
Date: 星期一, 08 九月 2025 10:05:42 +0800
Subject: [PATCH] fix: bug

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

diff --git a/src/services/api/index.ts b/src/services/api/index.ts
index 96f40fc..76b273c 100644
--- a/src/services/api/index.ts
+++ b/src/services/api/index.ts
@@ -6,9 +6,9 @@
 import * as user from './user';
 import * as role from './role';
 import * as ocrUtils from './ocrUtils';
+import * as task from './task';
 import * as enterprise from './enterprise';
 import * as resource from './resource';
-import * as task from './task';
 import * as dictionary from './dictionary';
 import * as enterpriseWallet from './enterpriseWallet';
 import * as electronSign from './electronSign';
@@ -24,9 +24,9 @@
   user,
   role,
   ocrUtils,
+  task,
   enterprise,
   resource,
-  task,
   dictionary,
   enterpriseWallet,
   electronSign,

--
Gitblit v1.9.1