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