From 92b10026e7ebd0036cffa1bb20cd0a05195c8987 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=88=98=E6=9D=B0?= Date: Fri, 12 Sep 2025 15:43:42 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E5=A4=8Dguidebar=E8=B7=B3?= =?UTF-8?q?=E8=BD=AC=E7=90=83=E5=B1=80=E5=88=97=E8=A1=A8=E9=A1=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/GuideBar/index.tsx | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/components/GuideBar/index.tsx b/src/components/GuideBar/index.tsx index 6ffe169..5d51ae8 100644 --- a/src/components/GuideBar/index.tsx +++ b/src/components/GuideBar/index.tsx @@ -42,6 +42,9 @@ const GuideBar = (props) => { if (code === "message") { url = "/other_pages/message/index"; } + if (code === "list") { + url = "/game_pages/list/index" + } Taro.redirectTo({ url: url, }).then(() => {