From 7039c7f1a1feacc5479cbe7b886f239dea3ef1e6 Mon Sep 17 00:00:00 2001
From: wupengfei <834520024@qq.com>
Date: 星期一, 10 十一月 2025 14:05:08 +0800
Subject: [PATCH] Merge branch 'dev-1.3.0.1' of http://120.26.58.240:8888/r/flexJobMiniApp into dev-1.3.0.1
---
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