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 | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/services/api/index.ts b/src/services/api/index.ts index 7edc9e1..c3af7d2 100644 --- a/src/services/api/index.ts +++ b/src/services/api/index.ts @@ -2,18 +2,18 @@ /* eslint-disable */ // API 鏇存柊鏃堕棿锛� // API 鍞竴鏍囪瘑锛� -import * as dictionary from './dictionary'; import * as auth from './auth'; import * as enterprise from './enterprise'; import * as menu from './menu'; +import * as dictionary from './dictionary'; import * as resource from './resource'; import * as role from './role'; import * as userInfo from './userInfo'; export default { - dictionary, auth, enterprise, menu, + dictionary, resource, role, userInfo, -- Gitblit v1.9.1