From d78a6c115bfe013214d9d867a0babe5db96be09b Mon Sep 17 00:00:00 2001 From: wupengfei <834520024@qq.com> Date: 星期一, 11 八月 2025 17:23:12 +0800 Subject: [PATCH] feat: 接口对接 --- src/services/api/index.ts | 26 ++++++++++++++++---------- 1 files changed, 16 insertions(+), 10 deletions(-) diff --git a/src/services/api/index.ts b/src/services/api/index.ts index c3af7d2..a1555c0 100644 --- a/src/services/api/index.ts +++ b/src/services/api/index.ts @@ -2,19 +2,25 @@ /* eslint-disable */ // API 鏇存柊鏃堕棿锛� // API 鍞竴鏍囪瘑锛� -import * as auth from './auth'; -import * as enterprise from './enterprise'; -import * as menu from './menu'; -import * as dictionary from './dictionary'; +import * as userResume from './userResume'; import * as resource from './resource'; +import * as user from './user'; +import * as dictionary from './dictionary'; +import * as auth from './auth'; +import * as task from './task'; +import * as enterprise from './enterprise'; import * as role from './role'; -import * as userInfo from './userInfo'; +import * as taskUser from './taskUser'; +import * as menu from './menu'; export default { - auth, - enterprise, - menu, - dictionary, + userResume, resource, + user, + dictionary, + auth, + task, + enterprise, role, - userInfo, + taskUser, + menu, }; -- Gitblit v1.9.1