feat: 将list相关的代码迁移到game_pages目录

This commit is contained in:
2025-09-12 15:36:09 +08:00
parent 859ffec852
commit 7c16f8bcce
19 changed files with 40 additions and 40 deletions

View File

@@ -324,7 +324,7 @@ const OrderCheck = () => {
<Button
type="warn"
onClick={() => {
Taro.redirectTo({ url: "/pages/list/index" });
Taro.redirectTo({ url: "/game_pages/list/index" });
}}
>