授权测试2
This commit is contained in:
parent
0c981bbe6e
commit
40c8d978aa
@ -193,9 +193,9 @@ const getCode = () => {
|
|||||||
|
|
||||||
).then((res) => {
|
).then((res) => {
|
||||||
let code = res.data.data
|
let code = res.data.data
|
||||||
console.log("get code结果",res);
|
console.log("get code结果2",res);
|
||||||
// authCode.value = res.data.data
|
authCode.value = res.data.data
|
||||||
// window.location.href = res.data.data
|
window.location.href = res.data.data
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user