apps/taro/src/hooks/router.ts
@@ -14,7 +14,7 @@ const index = Object.values(TabBarPageRouterForCheck).findIndex((x) => option.url.includes(x)); console.log('index: ', index); systemStore.setTabIndex(index); Taro.switchTab(option); RouteHelper.switchTab(option); }; return switchTab; }