ソースを参照

fix(yongren-shared-ui): 修正YongrenTabBarLayout中settings页面路径

将tabBar的settings页面路径从 /pages/profile/index 更新为 /pages/yongren/settings/index。
这是实际使用的YongrenTabBarLayout组件,mini/src/layouts下的文件已不再使用。

🤖 Generated with [Claude Code](https://claude.com/claude-code)
via [Happy](https://happy.engineering)

Co-Authored-By: Claude <noreply@anthropic.com>
Co-Authored-By: Happy <yesreply@happy.engineering>
yourname 3 週間 前
コミット
9680f58ffe

+ 1 - 1
mini-ui-packages/yongren-shared-ui/src/components/YongrenTabBarLayout.tsx

@@ -58,7 +58,7 @@ export const YongrenTabBarLayout: React.FC<YongrenTabBarLayoutProps> = ({ childr
         Taro.switchTab({ url: '/pages/yongren/statistics/index' })
         break
       case 'settings':
-        Taro.switchTab({ url: '/pages/profile/index' })
+        Taro.switchTab({ url: '/pages/yongren/settings/index' })
         break
       default:
         break