This commit is contained in:
lcw
2025-09-15 21:18:16 +08:00
15 changed files with 966 additions and 55 deletions

View File

@ -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