This commit is contained in:
parent
538e32fc7e
commit
caf47de05c
|
@ -160,7 +160,7 @@ const login = () => {
|
||||||
})
|
})
|
||||||
.catch((err) => {
|
.catch((err) => {
|
||||||
console.log(err);
|
console.log(err);
|
||||||
|
// var token = getCookie("lytoken");
|
||||||
var tokenU = routers.query.token;
|
var tokenU = routers.query.token;
|
||||||
// tokenU = "6b0e380b4a8f46baae4923f83faf670d";
|
// tokenU = "6b0e380b4a8f46baae4923f83faf670d";
|
||||||
if (tokenU) {
|
if (tokenU) {
|
||||||
|
@ -180,10 +180,6 @@ const login = () => {
|
||||||
window.location.href;
|
window.location.href;
|
||||||
}
|
}
|
||||||
|
|
||||||
// var token = getCookie("lytoken");
|
|
||||||
console.log(routers.query.token);
|
|
||||||
|
|
||||||
// console.log('token', token)
|
|
||||||
});
|
});
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue