feat: There is no way the, AWC

This commit is contained in:
super_liu
2022-04-26 16:18:09 +08:00
parent f44971e3d9
commit d5cf534c9e
6 changed files with 58 additions and 25 deletions
+1 -5
View File
@@ -72,15 +72,11 @@ router.beforeEach(function (to, from, next) {
}
let toName = to.name
if (toName === 'CheckPage') {
if (toName === 'CheckPage' || toName === 'loginStandDetails' || toName === 'error') {
next()
return
}
if (toName === 'loginStandDetails') {
next()
}
if(webLoginType === 'idm' && toName === 'Login'){
window.location.href = ssoLoginUrlDev
}