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}`; document.cookie = `lytoken=${tokenU}`;
} }
var token = getCookie("lytoken"); var token = getCookie("lytoken");
tools. tools.data.set("token", token);
.set("token", token);
tools.data.set("type", 2); tools.data.set("type", 2);
} else { } else {
var tokenPd = getCookie("lytoken"); var tokenPd = getCookie("lytoken");