|
|
@ -114,7 +114,7 @@ export default {
|
|
|
|
redirectUri: encodeURIComponent('http://expense-h5.lyrfp.com/#/login'),
|
|
|
|
redirectUri: encodeURIComponent('http://expense-h5.lyrfp.com/#/login'),
|
|
|
|
}).then((res) => {
|
|
|
|
}).then((res) => {
|
|
|
|
console.log(res)
|
|
|
|
console.log(res)
|
|
|
|
// window.location.href = res.data
|
|
|
|
window.location.href = res.data
|
|
|
|
// let urlParams = new URLSearchParams(window.location.href.split('?')[1])
|
|
|
|
// let urlParams = new URLSearchParams(window.location.href.split('?')[1])
|
|
|
|
// let code = urlParams.get('code')
|
|
|
|
// let code = urlParams.get('code')
|
|
|
|
// // 发送code获取成员信息
|
|
|
|
// // 发送code获取成员信息
|
|
|
|