diff --git a/src/App.vue b/src/App.vue index 63ef76b..f5f57e9 100644 --- a/src/App.vue +++ b/src/App.vue @@ -140,6 +140,7 @@ const refreshToken = async () => { }; const h5WeixinLogin = async () => { + return; // 获取当前URL const url = new URL(window.location.href); // 获取参数 @@ -213,7 +214,8 @@ const h5WeixinGetCode = () => {