zhengyiming
2 天以前 df30eaca97a8db2190a9931e75cced42589f6df7
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',