This commit is contained in:
qsh
2025-06-06 11:51:04 +08:00
parent b4a5c36fb0
commit 8f4da16e81
11 changed files with 600 additions and 21 deletions

View File

@@ -73,7 +73,8 @@ router.beforeEach(async (to, from, next) => {
if (tenantId && appId) {
next(`/login?tenantId=${tenantId}&appId=${appId}&redirect=${to.fullPath}`) // 否则全部重定向到登录页
} else {
next(`/login?redirect=${to.fullPath}`) // 否则全部重定向到登录页
// next(`/login?redirect=${to.fullPath}`) // 否则全部重定向到登录页
window.location.href = 'https://cloud.ahduima.com/ss/login'
}
}
}