This commit is contained in:
2026-04-21 19:22:56 +08:00
parent 5bb7ca0515
commit c4cc33bee3

View File

@ -214,8 +214,8 @@ const Init = () => {
webpucUrl: "https://89.40.9.95:16888" webpucUrl: "https://89.40.9.95:16888"
}; };
lemon.login.login(userInfo).then((esacpe) => { lemon.login.login(userInfo).then((esacpe) => {
token = esacpe.token; token = esacpe.access_token;
window.localStorage.setItem("rhToken", esacpe.token); window.localStorage.setItem("rhToken", esacpe.access_token);
listenerEvents() listenerEvents()
}); });
} else { } else {