From 9475790a3d757fedee1361aa649ec6a60fe1beb7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BC=A0=E6=88=90?= Date: Tue, 9 Dec 2025 14:07:20 +0800 Subject: [PATCH] 1 --- src/other_pages/emptyState/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/other_pages/emptyState/index.tsx b/src/other_pages/emptyState/index.tsx index 3da481b..78b1f21 100644 --- a/src/other_pages/emptyState/index.tsx +++ b/src/other_pages/emptyState/index.tsx @@ -31,7 +31,7 @@ function Index() { // 跳转到其他球局 - 返回首页列表 const handle_go_to_other_games = () => { - (Taro as any).redirectTo({ + Taro.redirectTo({ url: '/main_pages/index', }); };