From be09980a52b6f68d31790e7283a1f5a56b69c846 Mon Sep 17 00:00:00 2001 From: jiangweiguo <1578967617@qq.com> Date: Wed, 3 Apr 2024 09:29:22 +0800 Subject: [PATCH] 1 --- src/views/login/index.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/login/index.vue b/src/views/login/index.vue index a0cf137..8a7afae 100644 --- a/src/views/login/index.vue +++ b/src/views/login/index.vue @@ -114,7 +114,7 @@ export default { redirectUri: encodeURIComponent('http://expense-h5.lyrfp.com/#/login'), }).then((res) => { console.log(res) - // window.location.href = res.data + window.location.href = res.data // let urlParams = new URLSearchParams(window.location.href.split('?')[1]) // let code = urlParams.get('code') // // 发送code获取成员信息