This commit is contained in:
tcubic 2022-08-06 00:20:02 +08:00
parent 4035a339e3
commit ad77e59004

View File

@ -243,8 +243,8 @@ const getCode = () => {
let code = res.data.data; let code = res.data.data;
console.log("get code结果3", res); console.log("get code结果3", res);
authCode.value = res.data.data; authCode.value = res.data.data;
// window.location.href = res.data.data; window.location.href = res.data.data;
window.open(res.data.data) // window.open(res.data.data)
}); });
}; };