Merge pull request '修复bug' (#37) from feat-20240118 into main

Reviewed-on: https://git.wishpal.cn/wishpal_ironfan/tiefen_space_web/pulls/37
This commit is contained in:
yezian 2024-02-06 00:31:12 +08:00
commit 1e10132e54
1 changed files with 1 additions and 1 deletions

View File

@ -40,7 +40,7 @@ export default function Weixin({ params }) {
router.push("weixin://"); router.push("weixin://");
return; return;
} }
router.replace("weixin://scanqrcode"); router.push("weixin://");
}; };
if (isLoading) { if (isLoading) {