From ca8fc597599e8a85288b5d771957bb1bd712e8c7 Mon Sep 17 00:00:00 2001 From: wupengfei <834520024@qq.com> Date: 星期五, 21 三月 2025 09:58:10 +0800 Subject: [PATCH] feat: 接口对接 --- src/constants/index.ts | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/src/constants/index.ts b/src/constants/index.ts index fa61beb..8f98d65 100644 --- a/src/constants/index.ts +++ b/src/constants/index.ts @@ -9,3 +9,5 @@ export * from './menu'; export * from './role'; export * from './app'; +export * from './dic'; +export * from './enterprise'; -- Gitblit v1.9.1