feat: There is no way the,
This commit is contained in:
@@ -71,6 +71,10 @@ router.beforeEach(function (to, from, next) {
|
||||
return
|
||||
}
|
||||
|
||||
if(webLoginType === 'idm' && toName === 'Login'){
|
||||
window.location.href = ssoLoginUrlDev
|
||||
}
|
||||
|
||||
let fromName = from.name
|
||||
let token = store.state.token
|
||||
let path = to.path;
|
||||
|
||||
Reference in New Issue
Block a user