From 3682904ad4223dc16942532f64dbb4c56b73dafa Mon Sep 17 00:00:00 2001 From: zhengyiming <540361168@qq.com> Date: 星期三, 06 八月 2025 11:02:12 +0800 Subject: [PATCH] feat: 更新框架 --- src/services/api/index.ts | 46 ++++++++++++++-------------------------------- 1 files changed, 14 insertions(+), 32 deletions(-) diff --git a/src/services/api/index.ts b/src/services/api/index.ts index 637fa08..7edc9e1 100644 --- a/src/services/api/index.ts +++ b/src/services/api/index.ts @@ -2,37 +2,19 @@ /* 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 Features from './Features'; -import * as IdentityRole from './IdentityRole'; -import * as IdentityUser from './IdentityUser'; -import * as IdentityUserLookup from './IdentityUserLookup'; -import * as InsuranceClaim from './InsuranceClaim'; -import * as InsuranceOrder from './InsuranceOrder'; -import * as Permissions from './Permissions'; -import * as PhoneMessage from './PhoneMessage'; -import * as Profile from './Profile'; -import * as Tenant from './Tenant'; -import * as User from './User'; -import * as Version from './Version'; +import * as dictionary from './dictionary'; +import * as auth from './auth'; +import * as enterprise from './enterprise'; +import * as menu from './menu'; +import * as resource from './resource'; +import * as role from './role'; +import * as userInfo from './userInfo'; export default { - AbpApiDefinition, - AbpApplicationConfiguration, - Account, - BaseModule, - Features, - IdentityRole, - IdentityUser, - IdentityUserLookup, - InsuranceClaim, - InsuranceOrder, - Permissions, - PhoneMessage, - Profile, - Tenant, - User, - Version, + dictionary, + auth, + enterprise, + menu, + resource, + role, + userInfo, }; -- Gitblit v1.9.1