This commit is contained in:
2025-07-21 23:06:28 +08:00
parent cf8651fb14
commit fdab1188c0
4 changed files with 454 additions and 409 deletions

View File

@ -221,7 +221,7 @@ export default {
removeAllItem();
// 待补充 清理权限相关的配置
if (isOatuh) {
window.location.href = `http://80.149.27.78:8001/login`;
window.location.href = `http://155.240.22.102:40992`;
} else {
router.push("/login");
}