From 80dc90be027ee26869c63860b7d6a0759a03546b Mon Sep 17 00:00:00 2001
From: zhengyiming <540361168@qq.com>
Date: 星期二, 20 五月 2025 17:33:53 +0800
Subject: [PATCH] fix: 修改首页ui

---
 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