From c5742b6e6eadda91a0cd99ebcc51d27d0f344c73 Mon Sep 17 00:00:00 2001 From: wupengfei <834520024@qq.com> Date: 星期三, 06 八月 2025 17:04:08 +0800 Subject: [PATCH] Merge branch 'master' of http://120.26.58.240:8888/r/flexJobAdmin --- src/services/api/index.ts | 10 ++++++++-- 1 files changed, 8 insertions(+), 2 deletions(-) diff --git a/src/services/api/index.ts b/src/services/api/index.ts index b373538..c3af7d2 100644 --- a/src/services/api/index.ts +++ b/src/services/api/index.ts @@ -3,12 +3,18 @@ // API 鏇存柊鏃堕棿锛� // API 鍞竴鏍囪瘑锛� import * as auth from './auth'; +import * as enterprise from './enterprise'; import * as menu from './menu'; -import * as resource from './resource'; import * as dictionary from './dictionary'; +import * as resource from './resource'; +import * as role from './role'; +import * as userInfo from './userInfo'; export default { auth, + enterprise, menu, - resource, dictionary, + resource, + role, + userInfo, }; -- Gitblit v1.9.1