修复bug

This commit is contained in:
yezian 2024-02-06 00:30:59 +08:00
parent 5132c9258b
commit 0f70542bbf
1 changed files with 1 additions and 1 deletions

View File

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