update
This commit is contained in:
parent
4035a339e3
commit
ad77e59004
@ -243,8 +243,8 @@ const getCode = () => {
|
||||
let code = res.data.data;
|
||||
console.log("get code结果3", res);
|
||||
authCode.value = res.data.data;
|
||||
// window.location.href = res.data.data;
|
||||
window.open(res.data.data)
|
||||
window.location.href = res.data.data;
|
||||
// window.open(res.data.data)
|
||||
});
|
||||
};
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user