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