This commit is contained in:
13684185576
2025-07-22 09:51:20 +08:00
parent ad1b52a960
commit a2b8cd74e9
7 changed files with 111 additions and 63 deletions

View File

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