feat: 分包 除了list

This commit is contained in:
2025-09-12 15:30:49 +08:00
parent bd628f2b5c
commit 859ffec852
26 changed files with 33 additions and 20 deletions

View File

@@ -34,7 +34,7 @@ const ListCard: React.FC<ListCardProps> = ({
const handleViewDetail = () => {
console.log("id", id);
Taro.navigateTo({
url: `/mod_user/detail/index?id=${id || 1}&from=list`,
url: `/game_pages/detail/index?id=${id || 1}&from=list`,
});
};