修复bug
This commit is contained in:
parent
5132c9258b
commit
0f70542bbf
|
@ -40,7 +40,7 @@ export default function Weixin({ params }) {
|
|||
router.push("weixin://");
|
||||
return;
|
||||
}
|
||||
router.replace("weixin://scanqrcode");
|
||||
router.push("weixin://");
|
||||
};
|
||||
|
||||
if (isLoading) {
|
||||
|
|
Loading…
Reference in New Issue