jwg 7 months ago
parent 4091e48054
commit be09980a52

@ -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

Loading…
Cancel
Save