From 258b6ce3a359bceb354ca3ea55c73bfb0cad0dc1 Mon Sep 17 00:00:00 2001 From: wupengfei <834520024@qq.com> Date: 星期四, 04 九月 2025 17:47:14 +0800 Subject: [PATCH] feat: 页面 --- src/services/api/index.ts | 34 ++++++++++++++++++++++------------ 1 files changed, 22 insertions(+), 12 deletions(-) diff --git a/src/services/api/index.ts b/src/services/api/index.ts index 2300abd..76b273c 100644 --- a/src/services/api/index.ts +++ b/src/services/api/index.ts @@ -3,28 +3,38 @@ // API 鏇存柊鏃堕棿锛� // API 鍞竴鏍囪瘑锛� import * as enterpriseEmployee from './enterpriseEmployee'; -import * as role from './role'; -import * as enterprise from './enterprise'; -import * as task from './task'; -import * as taskCheckReceive from './taskCheckReceive'; -import * as dictionary from './dictionary'; 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 dictionary from './dictionary'; +import * as enterpriseWallet from './enterpriseWallet'; +import * as electronSign from './electronSign'; import * as userResume from './userResume'; import * as auth from './auth'; -import * as resource from './resource'; +import * as taskCheckReceive from './taskCheckReceive'; import * as taskUser from './taskUser'; import * as menu from './menu'; +import * as logRecords from './logRecords'; +import * as fileUtils from './fileUtils'; export default { enterpriseEmployee, - role, - enterprise, - task, - taskCheckReceive, - dictionary, user, + role, + ocrUtils, + task, + enterprise, + resource, + dictionary, + enterpriseWallet, + electronSign, userResume, auth, - resource, + taskCheckReceive, taskUser, menu, + logRecords, + fileUtils, }; -- Gitblit v1.9.1