This commit is contained in:
张成
2025-11-15 12:32:24 +08:00
parent 46768991f8
commit 334bbf1609
9 changed files with 19 additions and 20 deletions

View File

@@ -43,7 +43,7 @@ const GuideBar = (props) => {
url = "/other_pages/message/index";
}
if (code === "list") {
url = "/game_pages/list/index"
url = "/main_pages/index"
}
redirectTo({
url: url,