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

@@ -133,7 +133,7 @@ function Index() {
const pages = Taro.getCurrentPages();
if (pages.length <= 1) {
Taro.redirectTo({
url: "/game_pages/list/index",
url: "/main_pages/index",
});
} else {
Taro.navigateBack();