From bca0b691a317421595538c1646c218f0724fac63 Mon Sep 17 00:00:00 2001 From: zhengyiming <540361168@qq.com> Date: 星期五, 05 九月 2025 09:16:30 +0800 Subject: [PATCH] Merge branch 'master' of http://120.26.58.240:8888/r/flexJobAdmin --- 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