Skip to content

Commit

Permalink
fix: 🐛 修复打开车生活页面bug
Browse files Browse the repository at this point in the history
git push
  • Loading branch information
liuxingyun2010 committed Apr 2, 2024
1 parent 5bf89e6 commit d0dfcb7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/mini.ts
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@ const Mini = {
})}`;

if (window.isCSH) {
window.location.href = baseUrl;
window.location.href = url;
return;
}

Expand Down

0 comments on commit d0dfcb7

Please sign in to comment.