This commit is contained in:
张成
2025-12-09 14:07:20 +08:00
parent 8fb2c4eaa7
commit 9475790a3d

View File

@@ -31,7 +31,7 @@ function Index() {
// 跳转到其他球局 - 返回首页列表 // 跳转到其他球局 - 返回首页列表
const handle_go_to_other_games = () => { const handle_go_to_other_games = () => {
(Taro as any).redirectTo({ Taro.redirectTo({
url: '/main_pages/index', url: '/main_pages/index',
}); });
}; };