fix bug about not redirrecting on login
This commit is contained in:
parent
f3a9851f62
commit
34439f031b
2 changed files with 3 additions and 2 deletions
|
@ -52,7 +52,6 @@ function trimswitcher() {
|
|||
localStorage.setItem("userinfos", JSON.stringify(json));
|
||||
console.log(json);
|
||||
}
|
||||
trimswitcher();
|
||||
function getBulkInfo() {
|
||||
return JSON.parse(localStorage.getItem("userinfos"));
|
||||
}
|
||||
|
@ -384,3 +383,4 @@ if (switchurl) {
|
|||
}
|
||||
}
|
||||
export { checkInstance };
|
||||
trimswitcher();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue