授权测试2

This commit is contained in:
tcubic 2022-08-03 17:00:43 +08:00
parent 0c981bbe6e
commit 40c8d978aa

View File

@ -193,9 +193,9 @@ const getCode = () => {
).then((res) => {
let code = res.data.data
console.log("get code结果",res);
// authCode.value = res.data.data
// window.location.href = res.data.data
console.log("get code结果2",res);
authCode.value = res.data.data
window.location.href = res.data.data
})
}