From 00da92c3a0204cab3ab4298feecd5ae7f41f2abc Mon Sep 17 00:00:00 2001 From: wupengfei <834520024@qq.com> Date: 星期二, 12 八月 2025 13:17:00 +0800 Subject: [PATCH] feat: 接口对接 --- packages/services/apiV2/index.ts | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/services/apiV2/index.ts b/packages/services/apiV2/index.ts index a1555c0..110baef 100644 --- a/packages/services/apiV2/index.ts +++ b/packages/services/apiV2/index.ts @@ -7,10 +7,10 @@ import * as user from './user'; import * as dictionary from './dictionary'; import * as auth from './auth'; +import * as taskUser from './taskUser'; import * as task from './task'; import * as enterprise from './enterprise'; import * as role from './role'; -import * as taskUser from './taskUser'; import * as menu from './menu'; export default { userResume, @@ -18,9 +18,9 @@ user, dictionary, auth, + taskUser, task, enterprise, role, - taskUser, menu, }; -- Gitblit v1.9.1