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) => {
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)
});
};