From dce1e84cf258b36c8409352d2e5b7c21a54d0d54 Mon Sep 17 00:00:00 2001 From: zhengyiming <540361168@qq.com> Date: 星期四, 27 三月 2025 09:15:27 +0800 Subject: [PATCH] fix: 三期bug --- apps/h5/src/constants/index.ts | 8 ++++++-- 1 files changed, 6 insertions(+), 2 deletions(-) diff --git a/apps/h5/src/constants/index.ts b/apps/h5/src/constants/index.ts index c7f2445..d5b8f68 100644 --- a/apps/h5/src/constants/index.ts +++ b/apps/h5/src/constants/index.ts @@ -1,4 +1,8 @@ export * from './enum'; -export * from './tabBar'; -export * from './router'; +export * from './oss'; +export * from './menu'; +export * from './theme'; +export * from './user'; export * from './img'; +export * from './error'; +export * from './common'; -- Gitblit v1.9.1