From c9d37084e49bb5ddc405df60d663e0ffd2cb8651 Mon Sep 17 00:00:00 2001
From: zhengyiming <540361168@qq.com>
Date: 星期六, 08 十一月 2025 21:27:57 +0800
Subject: [PATCH] release: @12333/underTakeMiniApp v1.1.12
---
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.10.0