This commit is contained in:
lcw
2025-09-15 12:18:30 +08:00
393 changed files with 73 additions and 125347 deletions

View File

@ -18,7 +18,7 @@ function redirectAuth() {
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`;
}
}