From 39fe8d064f84088d1f8a897495fa05baf671bba8 Mon Sep 17 00:00:00 2001
From: zhengyiming <540361168@qq.com>
Date: 星期一, 10 十一月 2025 18:34:48 +0800
Subject: [PATCH] fix: bug
---
apps/underTakeMiniApp/src/custom-tab-bar/index.tsx | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/apps/underTakeMiniApp/src/custom-tab-bar/index.tsx b/apps/underTakeMiniApp/src/custom-tab-bar/index.tsx
index 1f52c26..b9fc9ed 100644
--- a/apps/underTakeMiniApp/src/custom-tab-bar/index.tsx
+++ b/apps/underTakeMiniApp/src/custom-tab-bar/index.tsx
@@ -49,7 +49,7 @@
click: (url: string, index: number) => typeof url === 'string',
};
-const whitePageList = [RouterPath.home, RouterPath.workbenches, RouterPath.mine];
+const whitePageList = [RouterPath.workbenches, RouterPath.mine];
export default {
name: 'CustomTabBar',
--
Gitblit v1.9.1