feat: There is no way the,

This commit is contained in:
super_liu
2022-04-24 17:13:58 +08:00
parent 9e77733ee3
commit 0fc2e1b172
+4
View File
@@ -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;