This commit is contained in:
duanxiaohai 2024-10-09 11:19:38 +08:00
parent 07bcc76c89
commit f11a180238
1 changed files with 1 additions and 2 deletions

View File

@ -201,8 +201,7 @@ const login = () => {
document.cookie = `lytoken=${tokenU}`;
}
var token = getCookie("lytoken");
tools.
.set("token", token);
tools.data.set("token", token);
tools.data.set("type", 2);
} else {
var tokenPd = getCookie("lytoken");