From 20459fe59f680031bfc7c1012be860e0727cb016 Mon Sep 17 00:00:00 2001 From: zhengyiming <540361168@qq.com> Date: 星期二, 05 八月 2025 17:47:09 +0800 Subject: [PATCH] Merge branch 'master' of http://120.26.58.240:8888/r/flexJobAdmin --- src/services/api/index.ts | 44 ++++++++++---------------------------------- 1 files changed, 10 insertions(+), 34 deletions(-) diff --git a/src/services/api/index.ts b/src/services/api/index.ts index 94b7246..e96a264 100644 --- a/src/services/api/index.ts +++ b/src/services/api/index.ts @@ -2,39 +2,15 @@ /* eslint-disable */ // API 鏇存柊鏃堕棿锛� // API 鍞竴鏍囪瘑锛� -import * as AbpApiDefinition from './AbpApiDefinition'; -import * as AbpApplicationConfiguration from './AbpApplicationConfiguration'; -import * as Account from './Account'; -import * as BaseModule from './BaseModule'; -import * as Common from './Common'; -import * as Features from './Features'; -import * as FlexWorker from './FlexWorker'; -import * as IdentityRole from './IdentityRole'; -import * as IdentityUser from './IdentityUser'; -import * as IdentityUserLookup from './IdentityUserLookup'; -import * as Permissions from './Permissions'; -import * as PhoneMessage from './PhoneMessage'; -import * as Profile from './Profile'; -import * as SearchSetting from './SearchSetting'; -import * as Tenant from './Tenant'; -import * as UserResume from './UserResume'; -import * as Version from './Version'; +import * as dictionary from './dictionary'; +import * as auth from './auth'; +import * as menu from './menu'; +import * as resource from './resource'; +import * as role from './role'; export default { - AbpApiDefinition, - AbpApplicationConfiguration, - Account, - BaseModule, - Common, - Features, - FlexWorker, - IdentityRole, - IdentityUser, - IdentityUserLookup, - Permissions, - PhoneMessage, - Profile, - SearchSetting, - Tenant, - UserResume, - Version, + dictionary, + auth, + menu, + resource, + role, }; -- Gitblit v1.9.1