diff --git a/src/App.vue b/src/App.vue index 7e0507c..7b4e674 100644 --- a/src/App.vue +++ b/src/App.vue @@ -150,6 +150,7 @@ const refreshToken = async () => { }; const h5WeixinLogin = async () => { + return; const url = new URL(window.location.href); const params = new URLSearchParams(url.search); const code = params.get("code"); @@ -256,7 +257,8 @@ const h5WeixinGetCode = () => {