feat: There is no way the, AWC
This commit is contained in:
+1
-5
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user