lcw
This commit is contained in:
@ -14,11 +14,12 @@ function redirectAuth() {
|
||||
|
||||
let token = location.hash.slice(20) || null;
|
||||
if (token != null) {
|
||||
debugger
|
||||
token = token.replace(/\ +/g, "");
|
||||
setItem("SSOTOKEN", token)
|
||||
handleLogin({ token: token});
|
||||
} else {
|
||||
window.location.href = `http://155.240.22.102:40992`;
|
||||
window.location.href = `http://155.240.22.188:9020`;
|
||||
}
|
||||
}
|
||||
|
||||
@ -39,4 +40,8 @@ onMounted(() => {
|
||||
});
|
||||
</script>
|
||||
|
||||
<<<<<<< HEAD
|
||||
<style></style>
|
||||
=======
|
||||
<style></style>
|
||||
>>>>>>> d55c698309e1775da715e035dd9e1b7d06e52a30
|
||||
|
||||
Reference in New Issue
Block a user