This commit is contained in:
duanxiaohai 2024-10-08 11:05:09 +08:00
parent 538e32fc7e
commit caf47de05c
1 changed files with 2 additions and 6 deletions

View File

@ -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)
}); });
}; };