From 8e94e3f60a91e536d69e643b4dc13804b79370bc Mon Sep 17 00:00:00 2001 From: wupengfei <834520024@qq.com> Date: 星期二, 05 八月 2025 17:40:06 +0800 Subject: [PATCH] feat: 页面 --- src/services/api/index.ts | 6 ++++++ 1 files changed, 6 insertions(+), 0 deletions(-) diff --git a/src/services/api/index.ts b/src/services/api/index.ts index 32aeae7..e96a264 100644 --- a/src/services/api/index.ts +++ b/src/services/api/index.ts @@ -2,9 +2,15 @@ /* eslint-disable */ // API 鏇存柊鏃堕棿锛� // API 鍞竴鏍囪瘑锛� +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 { + dictionary, auth, menu, + resource, + role, }; -- Gitblit v1.9.1