This commit is contained in:
parent
6da4cad152
commit
2d8cf0d3e3
|
@ -142,7 +142,7 @@ const login = () => {
|
|||
// console.log( 555,res, auth__code);
|
||||
if (res.auth_code) {
|
||||
http
|
||||
.post(`/api/sign_in/one_click_login?authCode=${res.auth_code}`)
|
||||
.get(`/api/sign_in/one_click_login?authCode=${res.auth_code}`)
|
||||
.then((response) => {
|
||||
if (response.code == 200) {
|
||||
tools.data.set("token", response.data.token);
|
||||
|
|
Loading…
Reference in New Issue