From c789d239e034dcf63f0bcd8c3090b310b009a71f Mon Sep 17 00:00:00 2001 From: wupengfei <834520024@qq.com> Date: 星期四, 04 九月 2025 17:48:12 +0800 Subject: [PATCH] Merge branch 'master' of http://120.26.58.240:8888/r/flexJobAdminBClient --- 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 7c7dd5e..76b273c 100644 --- a/src/services/api/index.ts +++ b/src/services/api/index.ts @@ -6,10 +6,11 @@ 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'; import * as userResume from './userResume'; import * as auth from './auth'; @@ -23,10 +24,11 @@ user, role, ocrUtils, + task, enterprise, resource, - task, dictionary, + enterpriseWallet, electronSign, userResume, auth, -- Gitblit v1.9.1