From 2a681aed4c274560c04ab3699a4ace88abefcb90 Mon Sep 17 00:00:00 2001 From: zhengyiming <540361168@qq.com> Date: 星期五, 08 八月 2025 18:16:21 +0800 Subject: [PATCH] fix: 修改 --- src/services/api/index.ts | 12 ++++++++++++ 1 files changed, 12 insertions(+), 0 deletions(-) diff --git a/src/services/api/index.ts b/src/services/api/index.ts index 32aeae7..3671cc8 100644 --- a/src/services/api/index.ts +++ b/src/services/api/index.ts @@ -2,9 +2,21 @@ /* eslint-disable */ // API 鏇存柊鏃堕棿锛� // API 鍞竴鏍囪瘑锛� +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 menu from './menu'; export default { + resource, + user, + dictionary, auth, + task, + enterprise, + role, menu, }; -- Gitblit v1.9.1