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获取成员信息